This commit is contained in:
Ray.Hao
2025-02-21 01:08:32 +08:00

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;