|
|
|
@ -102,7 +102,7 @@ public class SysUser extends BaseEntity
|
|
|
|
|
private String userarea;
|
|
|
|
|
|
|
|
|
|
/** 民族 */
|
|
|
|
|
@Excel(name = "民族")
|
|
|
|
|
@Excel(name = "民族",readConverterExp = "4=汉族,5=苗族,6=维吾尔族")
|
|
|
|
|
private String nation;
|
|
|
|
|
|
|
|
|
|
/** 出生年月 */
|
|
|
|
@ -183,11 +183,11 @@ public class SysUser extends BaseEntity
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** 政治面貌 */
|
|
|
|
|
@Excel(name = "政治面貌")
|
|
|
|
|
@Excel(name = "政治面貌",readConverterExp = "1=党员,2=团员,3=群众")
|
|
|
|
|
private String politics;
|
|
|
|
|
|
|
|
|
|
/** 涉密程度 */
|
|
|
|
|
@Excel(name = "涉密程度")
|
|
|
|
|
@Excel(name = "涉密程度",readConverterExp = "0=一般涉密人员,1=重要涉密人员,2=核心涉密人员")
|
|
|
|
|
private String shemichengdu;
|
|
|
|
|
|
|
|
|
|
/** 学历 */
|
|
|
|
@ -207,7 +207,7 @@ public class SysUser extends BaseEntity
|
|
|
|
|
private String helthy;
|
|
|
|
|
|
|
|
|
|
/** 审核状态 */
|
|
|
|
|
@Excel(name = "审核状态")
|
|
|
|
|
@Excel(name = "审核状态",readConverterExp = "0=通过,1=未通过,2=待审核")
|
|
|
|
|
private String examine;
|
|
|
|
|
|
|
|
|
|
/** 审核时间 */
|
|
|
|
|