Commit 852d1e2f authored by huyuchen's avatar huyuchen

huyc 字典相关接口修改

parent b7e2939d
......@@ -32,12 +32,12 @@ public enum DictTypeEnum {
/**
* 字典类型-系统内置(不可修改)
*/
SYSTEM("1", "系统内置"),
SYSTEM("0", "系统内置"),
/**
* 字典类型-业务类型
*/
BIZ("0", "业务类");
BIZ("1", "业务类");
/**
* 类型
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment