refactor: 动态数据源单元测试优化

This commit is contained in:
haoxr
2023-04-29 17:49:07 +08:00
parent cbd1621935
commit 1b1888c36d
4 changed files with 5 additions and 11 deletions

View File

@@ -73,5 +73,5 @@ public interface SysDictService extends IService<SysDict> {
* @param newTypeCode
* @return
*/
boolean updateDictTypeCode(String originalTypeCode, String newTypeCode);
boolean updateSlave(String originalTypeCode, String newTypeCode);
}