修改体检人员创建日期字段

This commit is contained in:
Euni4U 2025-02-27 14:32:49 +08:00
parent 2daf02b9e6
commit 386c8c961d
2 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,8 @@ public class InspectPatientPageReqVO extends PageParam {
private String reportType;
@Schema(description = "信息创建日期")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss ", timezone = "GMT+8")
private LocalDateTime createTime;
@Schema(description = "体检登记日期 体检日期")

View File

@ -71,6 +71,8 @@ public class InspectPatientRespVO {
@Schema(description = "信息创建日期")
@ExcelProperty("信息创建日期")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss ", timezone = "GMT+8")
private LocalDateTime createTime;
@Schema(description = "体检登记日期 体检日期")