update 重构 修改框架内不正常命名与规范是和否的状态

This commit is contained in:
疯狂的狮子Li
2026-03-18 10:39:06 +08:00
parent 7bbbcb2a1e
commit b214817d0b
33 changed files with 685 additions and 682 deletions

View File

@@ -55,7 +55,7 @@ public class ExportDemoVo implements Serializable {
* 使用ExcelDictFormat注解需要进行下拉选的部分
*/
@ExcelProperty(value = "性别", index = 2, converter = ExcelDictConvert.class)
@ExcelDictFormat(dictType = "sys_user_sex")
@ExcelDictFormat(dictType = "sys_user_gender")
@NotEmpty(message = "性别不能为空", groups = AddGroup.class)
private String gender;