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