|  |  | 
 |  |  |     private String sex; | 
 |  |  |     private Long idcardtype; | 
 |  |  |     private String idcardno; | 
 |  |  |     private String age; | 
 |  |  |     private Long age; | 
 |  |  |     private String ageunit; | 
 |  |  |     private String birthday; | 
 |  |  |     private Long age2; | 
 |  |  |     private String ageunit2; | 
 |  |  |     private Date birthday; | 
 |  |  |     private String phone; | 
 |  |  |     private String nationality; | 
 |  |  |     private String nativeplace; | 
 |  |  | 
 |  |  |     private Date update_time; | 
 |  |  |     private String abandonreason; | 
 |  |  |     private String reallocationreason; | 
 |  |  |     private String leaderno; | 
 |  |  |     private String leadername; | 
 |  |  |     private String businessarea; | 
 |  |  |     private String gainHospitalname; | 
 |  |  |  | 
 |  |  |     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") | 
 |  |  |     private Date startorgangettime; | 
 |  |  |  | 
 |  |  |     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") | 
 |  |  |     private Date endorgangettime; | 
 |  |  |  | 
 |  |  |     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") | 
 |  |  |     private Date starttransplanttime; | 
 |  |  |  | 
 |  |  |     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") | 
 |  |  |     private Date endtransplanttime; | 
 |  |  | } |