文字修改

This commit is contained in:
weizhiqiang 2023-07-02 11:23:18 +08:00
parent 2381ff145a
commit 4c0fbc2234

View file

@ -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;