Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
9db0f4019d
@ -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 = "体检登记日期 体检日期")
|
||||
|
@ -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 = "体检登记日期 体检日期")
|
||||
|
Loading…
Reference in New Issue
Block a user