修改体检人员创建日期字段
This commit is contained in:
parent
2daf02b9e6
commit
386c8c961d
@ -55,6 +55,8 @@ public class InspectPatientPageReqVO extends PageParam {
|
|||||||
private String reportType;
|
private String reportType;
|
||||||
|
|
||||||
@Schema(description = "信息创建日期")
|
@Schema(description = "信息创建日期")
|
||||||
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss ", timezone = "GMT+8")
|
||||||
private LocalDateTime createTime;
|
private LocalDateTime createTime;
|
||||||
|
|
||||||
@Schema(description = "体检登记日期 体检日期")
|
@Schema(description = "体检登记日期 体检日期")
|
||||||
|
@ -71,6 +71,8 @@ public class InspectPatientRespVO {
|
|||||||
|
|
||||||
@Schema(description = "信息创建日期")
|
@Schema(description = "信息创建日期")
|
||||||
@ExcelProperty("信息创建日期")
|
@ExcelProperty("信息创建日期")
|
||||||
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss ", timezone = "GMT+8")
|
||||||
private LocalDateTime createTime;
|
private LocalDateTime createTime;
|
||||||
|
|
||||||
@Schema(description = "体检登记日期 体检日期")
|
@Schema(description = "体检登记日期 体检日期")
|
||||||
|
Loading…
Reference in New Issue
Block a user