fix: 用户导入性别转换错误问题修复

This commit is contained in:
hxr
2024-01-20 23:24:18 +08:00
parent 9403479af7
commit 29f2413de6
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ public class UserImportVO {
private String nickname;
@ExcelProperty(value = "性别")
private String gender;
private String genderLabel;
@ExcelProperty(value = "手机号码")
private String mobile;