|
|
|
|
@ -19,6 +19,10 @@ public class DictTypeSaveReqVO {
|
|
|
|
|
@Size(max = 100, message = "字典类型名称长度不能超过100个字符")
|
|
|
|
|
private String name;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "字典英文名称", requiredMode = Schema.RequiredMode.REQUIRED, example = "性别")
|
|
|
|
|
@Size(max = 100, message = "字典类型名称长度不能超过100个字符")
|
|
|
|
|
private String enName;
|
|
|
|
|
|
|
|
|
|
@Schema(description = "字典类型", requiredMode = Schema.RequiredMode.REQUIRED, example = "sys_common_sex")
|
|
|
|
|
@NotNull(message = "字典类型不能为空")
|
|
|
|
|
@Size(max = 100, message = "字典类型类型长度不能超过 100 个字符")
|
|
|
|
|
|