Commit 9298696d authored by huyuchen's avatar huyuchen

hyc 用户菜单字典调整

parent c8f1e60b
......@@ -44,15 +44,15 @@ public class SysDict extends BaseEntity {
private Long id;
/**
* 类型
* 字典编码
*/
@Schema(description = "字典类型")
@Schema(description = "字典编码")
private String type;
/**
* 描述
* 字典名称
*/
@Schema(description = "字典描述")
@Schema(description = "字典名称")
private String description;
/**
......@@ -74,4 +74,10 @@ public class SysDict extends BaseEntity {
@Schema(description = "删除标记,1:已删除,0:正常")
private String delFlag;
/**
* 备注信息
*/
@Schema(description = "联动上级类型")
private String parentItemType;
}
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