Commit 93777b7d authored by hongguangwu's avatar hongguangwu

Merge remote-tracking branch 'origin/develop' into develop

parents a13e3cfa 9298696d
...@@ -44,15 +44,15 @@ public class SysDict extends BaseEntity { ...@@ -44,15 +44,15 @@ public class SysDict extends BaseEntity {
private Long id; private Long id;
/** /**
* 类型 * 字典编码
*/ */
@Schema(description = "字典类型") @Schema(description = "字典编码")
private String type; private String type;
/** /**
* 描述 * 字典名称
*/ */
@Schema(description = "字典描述") @Schema(description = "字典名称")
private String description; private String description;
/** /**
...@@ -74,4 +74,10 @@ public class SysDict extends BaseEntity { ...@@ -74,4 +74,10 @@ public class SysDict extends BaseEntity {
@Schema(description = "删除标记,1:已删除,0:正常") @Schema(description = "删除标记,1:已删除,0:正常")
private String delFlag; 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