fix: 用户导入性别转换错误问题修复
This commit is contained in:
@@ -19,7 +19,7 @@ public class UserImportVO {
|
||||
private String nickname;
|
||||
|
||||
@ExcelProperty(value = "性别")
|
||||
private String gender;
|
||||
private String genderLabel;
|
||||
|
||||
@ExcelProperty(value = "手机号码")
|
||||
private String mobile;
|
||||
|
||||
Reference in New Issue
Block a user