From cc1fa508dfaeaafc44c5de042028be2af97c12ca Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期五, 09 八月 2024 14:18:05 +0800
Subject: [PATCH] update
---
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentPageReqVO.java | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentPageReqVO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentPageReqVO.java
index 78f3cf2..75f7209 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentPageReqVO.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentPageReqVO.java
@@ -22,10 +22,10 @@
private String patName;
@Schema(description = "鎮h�呮�у埆")
- private Boolean patGender;
+ private Byte patGender;
@Schema(description = "鎮h�呯敓鏃�")
- private LocalDate patBirthday;
+ private LocalDateTime patBirthday;
@Schema(description = "鎮h�呮墜鏈�")
private String patMobile;
@@ -57,18 +57,18 @@
@Schema(description = "棰勭害缂栧彿", example = "27849")
private String bookId;
- @Schema(description = "棰勭害妫�鏌ユ椂闂存")
- private LocalDateTime bookPeriodStart;
+ @Schema(description = "棰勭害鏃ユ湡")
+ private LocalDateTime bookDate;
- @Schema(description = "棰勭害妫�鏌ユ椂闂存")
- private LocalDateTime bookPeriodEnd;
+ @Schema(description = "棰勭害鏃堕棿娈�")
+ private Integer bookTimeslot;
@Schema(description = "棰勭害鍙戠敓鏃堕棿")
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
private LocalDateTime[] bookTime;
@Schema(description = "棰勭害妫�鏌ョ被鍨�", example = "2")
- private Boolean bookCheckType;
+ private Byte bookCheckType;
@Schema(description = "棰勭害鏉ユ簮锛歑绯荤粺銆佹姢澹墜鍔ㄩ绾�")
private String bookSrc;
--
Gitblit v1.9.3