@ -86,7 +86,7 @@ public class ResiPortrayalDetailDTO {
* 性别名称
*/
@ExcelProperty(value = "性别")
@ColumnWidth(25)
@ColumnWidth(10)
private String genderName;
/**
* 身份证
@ -114,7 +114,7 @@ public class ResiPortrayalDetailDTO {
* 学历
@ExcelProperty(value = "学历")
private String educationName;
}