mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-28 00:03:23 +08:00
update 重构 修改框架内不正常命名与规范是和否的状态
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user