数据字典测试完成~

This commit is contained in:
YunaiV
2019-03-03 13:13:07 +08:00
parent 8089319f64
commit eddec34e5d
4 changed files with 34 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ public enum AdminErrorCodeEnum {
// ========== 数据字典模块 1002005000 ==========
DATA_DICT_EXISTS(1002005000, "该数据字典已经存在"),
DATA_DICT_NOT_EXISTS(1002005001, "该数据字典已经存在"),
DATA_DICT_NOT_EXISTS(1002005001, "该数据字典存在"),
;