mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-01-08 16:27:35 +08:00
文字修改
This commit is contained in:
parent
2381ff145a
commit
4c0fbc2234
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public enum AttrKeyDataType implements SkyeyeEnumClass {
|
|||
|
||||
CUSTOM(1, "自定义JSON串", true, false),
|
||||
ENUM_DATA(2, "枚举类型", true, false),
|
||||
DICT_DATA(3, "数组字典类型", true, false),
|
||||
DICT_DATA(3, "数据字典类型", true, false),
|
||||
CUSTOM_API(4, "自定义API", true, false);
|
||||
|
||||
private Integer key;
|
||||
|
|
Loading…
Reference in a new issue