导出
This commit is contained in:
parent
e9ad870986
commit
ba6a6b5735
@ -31,12 +31,12 @@ public class UserStudentExcelVO {
|
||||
|
||||
@ExcelProperty(value = "性别",converter = DictConvert.class)
|
||||
@DictFormat(DictTypeConstants.USER_SEX)
|
||||
private Integer sex;
|
||||
private String sex;
|
||||
|
||||
@ExcelProperty("手机号码")
|
||||
private String mobile;
|
||||
|
||||
@ExcelProperty(value = "状态",converter = DictConvert.class)
|
||||
@DictFormat(DictTypeConstants.COMMON_STATUS)
|
||||
private Integer status;
|
||||
private String status;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user