| | |
| | | private Long idcardtype; |
| | | private String idcardno; |
| | | private Long Age; |
| | | private String birthday; |
| | | private Long Age2; |
| | | private Date birthday; |
| | | private String ageunit; |
| | | private String ageunit2; |
| | | private String phone; |
| | | private String nationality; |
| | | private String nativeplace; |
| | |
| | | @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 String donorno; |
| | | private String treatmenthospitalno; |
| | | private String treatmenthospitalname; |
| | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date endtime; |
| | | private String city; |
| | | private String operatorno; |
| | | private String operatorname; |
| | | private String work; |
| | | private Integer workflow; |
| | | private Integer terminationCase; |
| | | } |