!25 【BUG】字典板块_字典表单对象_缺少字段remark

fix: 补充缺少的字段remark
This commit is contained in:
萌狼蓝天
2025-02-20 16:57:50 +00:00
committed by Ray.Hao
parent e7e60855ba
commit 4d5cc8b0eb

View File

@@ -28,6 +28,9 @@ public class DictForm {
@Schema(description = "字典编码", example ="gender")
private String dictCode;
@Schema(description = "备注")
private String remark;
@Schema(description = "字典状态1-启用0-禁用)", example = "1")
@Range(min = 0, max = 1, message = "字典状态不正确")
private Integer status;