|  |  |  | 
|---|
|  |  |  | import com.alibaba.fastjson.annotation.JSONField; | 
|---|
|  |  |  | import com.bstek.dorado.annotation.PropertyDef; | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import javax.persistence.Column; | 
|---|
|  |  |  | import javax.persistence.Entity; | 
|---|
|  |  |  | import javax.persistence.Id; | 
|---|
|  |  |  | import javax.persistence.Table; | 
|---|
|  |  |  | import java.io.Serializable; | 
|---|
|  |  |  | import java.util.Date; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | * | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private static final long serialVersionUID = -6628887714024258654L; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "身份证号码") | 
|---|
|  |  |  | private String sfzhm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "单位代码") | 
|---|
|  |  |  | private String dwdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "库区代码") | 
|---|
|  |  |  | private String kqdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "统一单位编码") | 
|---|
|  |  |  | private String tydwbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "统一库区编码") | 
|---|
|  |  |  | private String tykqbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "单位名称") | 
|---|
|  |  |  | private String dwmc; | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "性别") | 
|---|
|  |  |  | private String xb; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "身份证号码") | 
|---|
|  |  |  | private String sfzhm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "入职日期") | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd") | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "专业") | 
|---|
|  |  |  | private String zy; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "最高职称") | 
|---|
|  |  |  | private String zgzc = "无"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "取得最高职称或职业资格时间") | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd") | 
|---|
|  |  |  | private Date qdzgzchzyzgsj; | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "职务") | 
|---|
|  |  |  | private String zw; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "荣誉称号") | 
|---|
|  |  |  | private String rych = "无"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "取得荣誉称号时间") | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd") | 
|---|
|  |  |  | private Date hdrychsj; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "操作标志") | 
|---|
|  |  |  | private String czbz; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "标记位") | 
|---|
|  |  |  | private String bjw; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|