| | |
| | | @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 coorinatorSign; |
| | | private Date coorinatorSignTime; |
| | | private Integer workflow; |
| | | private Integer terminationCase; |
| | | } |