| | |
| | | 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; |
| | |
| | | @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; |
| | | } |