From a2a840d4969d680b30eeec184a7059fef64d0b84 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 04 七月 2025 21:39:14 +0800 Subject: [PATCH] 代码提交 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentPageReqVO.java | 42 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 41 insertions(+), 1 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 b37b303..81f2113 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 @@ -3,11 +3,14 @@ import com.alibaba.excel.annotation.ExcelProperty; import lombok.*; +import java.sql.Date; import java.time.LocalDate; import java.util.*; + import io.swagger.v3.oas.annotations.media.Schema; import cn.lihu.jh.framework.common.pojo.PageParam; import org.springframework.format.annotation.DateTimeFormat; + import java.time.LocalDateTime; import static cn.lihu.jh.framework.common.util.date.DateUtils.FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND; @@ -77,7 +80,7 @@ private Integer bookCheckType; @Schema(description = "棰勭害鏉ユ簮锛歑绯荤粺銆佹姢澹墜鍔ㄩ绾�") - private String bookSrc; + private Integer bookSrc; @Schema(description = "鐢宠鍗曠姸鎬�") private String[] status; @@ -85,4 +88,41 @@ @Schema(description = "宸蹭粯娆�") private Integer paid; + /** + * 鐧昏鏃堕棿 + */ + private Date registerDate; + + /** + * 鍒涘缓鏃堕棿 + */ + private LocalDateTime createTime; + + /** + * 鐧昏鏃堕棿锛堟煡璇㈡潯浠讹級 + */ + private String registerTime; + + private String tolerance; + + /** + * 浣忛櫌鍙� + */ + private String hospitalNo; + + /** + * 鍖讳繚鍗″彿 + */ + private String medicalCard; + + /** + * 闂ㄨ瘖鍙� + */ + private String outpatientNo; + + /** + * 鏍规嵁鍒涘缓鏃堕棿鍊掑簭 + */ + private String orderCreateTime; + } -- Gitblit v1.9.3