|  |  | 
 |  |  |     private Long idcardtype; | 
 |  |  |     private String idcardno; | 
 |  |  |     private Long age; | 
 |  |  |     private String birthday; | 
 |  |  |     private String ageunit; | 
 |  |  |     private String ageunit2; | 
 |  |  |     private Long age2; | 
 |  |  |     private Date birthday; | 
 |  |  |     private String treatmenthospitalno; | 
 |  |  |     private String treatmenthospitalname; | 
 |  |  |     private String treatmentdeptname; | 
 |  |  | 
 |  |  |     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") | 
 |  |  |     private Date reporttime; | 
 |  |  |     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") | 
 |  |  |     private Date donatetime; | 
 |  |  |     private Long dwid; | 
 |  |  |     private Long infoid; | 
 |  |  |     private String gainhospitalno; | 
 |  |  | 
 |  |  |     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") | 
 |  |  |     private Date endtime; | 
 |  |  |     private String city; | 
 |  |  |     private Date coordinatorInOperating; | 
 |  |  |     private Date coordinatorOutOperating; | 
 |  |  |     private String coordinatorSign; | 
 |  |  |     private Date coordinatorSignTime; | 
 |  |  |     private Integer workflow; | 
 |  |  |     private Integer terminationCase; | 
 |  |  | } |