|
|
@ -61,7 +61,7 @@ public class TRecordResp
|
|
|
|
@ApiModelProperty("上传时间")
|
|
|
|
@ApiModelProperty("上传时间")
|
|
|
|
private Date uploadTime;
|
|
|
|
private Date uploadTime;
|
|
|
|
|
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
@ApiModelProperty("待诊时间")
|
|
|
|
@ApiModelProperty("待诊时间")
|
|
|
|
private Date waitingTime;
|
|
|
|
private Date waitingTime;
|
|
|
|
|
|
|
|
|
|
|
@ -105,7 +105,7 @@ public class TRecordResp
|
|
|
|
@ApiModelProperty("基础疾病")
|
|
|
|
@ApiModelProperty("基础疾病")
|
|
|
|
private String disease;
|
|
|
|
private String disease;
|
|
|
|
|
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
@ApiModelProperty("初诊时间")
|
|
|
|
@ApiModelProperty("初诊时间")
|
|
|
|
private Date firstTime;
|
|
|
|
private Date firstTime;
|
|
|
|
|
|
|
|
|
|
|
|