pc bug 修改 export time

master
zhuqing 2 years ago
parent b2b034c46f
commit 72e26b3431

@ -80,7 +80,7 @@ public class PcTDoctorQueryByPageResp {
/** 创建时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@ApiModelProperty("创建时间")
@Excel(name = "注册时间")
@Excel(name = "注册时间",dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date createTime;
/** 更新时间 */
@ -95,7 +95,7 @@ public class PcTDoctorQueryByPageResp {
/** 最近一次就诊时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@ApiModelProperty("最近一次就诊时间")
@Excel(name = "最近一次就诊时间")
@Excel(name = "最近一次就诊时间",dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date latestTime;
@ApiModelProperty("诊断次数")

@ -81,7 +81,7 @@ public class PcTPatientQueryByPageResp {
/** 最后一次就诊时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@ApiModelProperty("最后诊断时间")
@Excel(name = "最后诊断时间")
@Excel(name = "最后诊断时间",dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date latestTime;
@ApiModelProperty("诊断次数")
@ -90,7 +90,7 @@ public class PcTPatientQueryByPageResp {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@ApiModelProperty("初次就诊时间")
@Excel(name = "初次就诊时间")
@Excel(name = "初次就诊时间",dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date firstTime;
/** 基础疾病 */

Loading…
Cancel
Save