| | |
| | | private String donorno; |
| | | private String donationcategory; |
| | | private String name; |
| | | private String caseno; |
| | | private String sex; |
| | | private Long idcardtype; |
| | | private String idcardno; |
| | |
| | | @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; |
| | |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date endtime; |
| | | |
| | | private String city; |
| | | private Integer workflow; |
| | | private Integer terminationCase; |
| | | } |