|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "库区代码") | 
|---|
|  |  |  | private String kqdm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "统一单位编码") | 
|---|
|  |  |  | private String tydwbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "统一库区编码") | 
|---|
|  |  |  | private String tykqbm; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "单位名称") | 
|---|
|  |  |  | private String dwmc; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | private String zy; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "最高职称") | 
|---|
|  |  |  | private String zgzc; | 
|---|
|  |  |  | private String zgzc = "无"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "取得最高职称或职业资格时间") | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd") | 
|---|
|  |  |  | 
|---|
|  |  |  | private String zw; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "荣誉称号") | 
|---|
|  |  |  | private String rych; | 
|---|
|  |  |  | private String rych = "无"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "取得荣誉称号时间") | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd") | 
|---|