| | |
| | | * 器官获取时间 |
| | | */ |
| | | @ApiModelProperty("器官获取时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "器官获取时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date organgettime; |
| | | |
| | |
| | | * 预计获取时间 |
| | | */ |
| | | @ApiModelProperty("预计获取时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "预计获取时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date estimatedtime; |
| | | |
| | |
| | | * 移植时间 |
| | | */ |
| | | @ApiModelProperty("移植时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "移植时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date transplanttime; |
| | | |
| | |
| | | @Excel(name = "系统编号") |
| | | private String caseno; |
| | | |
| | | |
| | | /** |
| | | * 器官顺序 |
| | | */ |
| | | @ApiModelProperty("器官顺序") |
| | | private Long sort; |
| | | |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |