字典管理功能

This commit is contained in:
TinyAnts
2022-07-18 18:37:02 +08:00
parent b6aaff68f8
commit b7531046ac
12 changed files with 546 additions and 31 deletions

View File

@@ -17,7 +17,7 @@ public class DictData implements Serializable {
@TableId(value="id", type= IdType.AUTO)
private Integer id; // 主键
private Integer typeId; // 类型
private String key; // 键名
private String name; // 键名
private String value; // 数值
private String remark; // 备注
private Integer sort; // 排序