Merge remote-tracking branch 'origin/main'

This commit is contained in:
lxd 2025-02-27 16:20:33 +08:00
commit 9db0f4019d
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 = "体检登记日期 体检日期")