refactor: 字典重构完成
This commit is contained in:
@@ -53,4 +53,9 @@ public class DictData extends BaseEntity {
|
||||
* 备注
|
||||
*/
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* 标签类型
|
||||
*/
|
||||
private String tagType;
|
||||
}
|
||||
@@ -34,4 +34,7 @@ public class DictDataForm {
|
||||
@Schema(description = "状态(1-启用,0-禁用)")
|
||||
private Integer status;
|
||||
|
||||
@Schema(description = "字典类型")
|
||||
private String tagType;
|
||||
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ public class NoticePageVO implements Serializable {
|
||||
private Integer publishStatus;
|
||||
|
||||
@Schema(description = "通知类型")
|
||||
private String typeLabel;
|
||||
private Integer type;
|
||||
|
||||
@Schema(description = "发布人姓名")
|
||||
private String publisherName;
|
||||
|
||||
Reference in New Issue
Block a user