From 97834ce60827831a864ebe37e585f8a921352669 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 13 十一月 2025 19:11:06 +0800
Subject: [PATCH] 文件名修改
---
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentPageReqVO.java | 100 ++++++++++++++++++++++++++++++++++++++++++++------
1 files changed, 88 insertions(+), 12 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..439895a 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
@@ -1,10 +1,17 @@
package cn.lihu.jh.module.ecg.controller.admin.appointment.vo;
+import com.alibaba.excel.annotation.ExcelProperty;
+import com.fasterxml.jackson.annotation.JsonFormat;
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;
@@ -15,6 +22,12 @@
@ToString(callSuper = true)
public class AppointmentPageReqVO extends PageParam {
+ @Schema(description = "棰勭害鐢宠鍙�", example = "2024435")
+ private String applyNo;
+
+ @Schema(description = "灏辫瘖娴佹按鍙�", example = "2024546")
+ private String episodeId;
+
@Schema(description = "鎮h�呯紪鍙�", example = "29034")
private String patId;
@@ -22,10 +35,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;
@@ -54,23 +67,86 @@
@Schema(description = "搴婂彿")
private String patBedNo;
- @Schema(description = "棰勭害缂栧彿", example = "27849")
- private String bookId;
+ @Schema(description = "棰勭害鏃ユ湡")
+ private LocalDate bookDate;
- @Schema(description = "棰勭害妫�鏌ユ椂闂存")
- private LocalDateTime bookPeriodStart;
-
- @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 Integer bookCheckType;
@Schema(description = "棰勭害鏉ユ簮锛歑绯荤粺銆佹姢澹墜鍔ㄩ绾�")
- private String bookSrc;
+ private Integer bookSrc;
-}
\ No newline at end of file
+ @Schema(description = "鐢宠鍗曠姸鎬�")
+ private String[] status;
+
+ @Schema(description = "宸蹭粯娆�")
+ private Integer paid;
+
+ /**
+ * 鐧昏鏃堕棿
+ */
+ private Date registerDate;
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+ private LocalDateTime registerDateStart;
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+ private LocalDateTime registerDateEnd;
+
+ /**
+ * 鍒涘缓鏃堕棿
+ */
+ private LocalDateTime createTime;
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+ private LocalDateTime createTimeStart;
+ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
+ private LocalDateTime createTimeEnd;
+
+ /**
+ * 鐧昏鏃堕棿锛堟煡璇㈡潯浠讹級
+ */
+ private String registerTime;
+
+ private String tolerance;
+
+ /**
+ * 浣忛櫌鍙�
+ */
+ private String hospitalNo;
+
+ /**
+ * 鍖讳繚鍗″彿
+ */
+ private String medicalCard;
+
+ /**
+ * 闂ㄨ瘖鍙�
+ */
+ private String outpatientNo;
+
+ /**
+ * 鏍规嵁鍒涘缓鏃堕棿鍊掑簭
+ */
+ private String orderCreateTime;
+
+ /**
+ * 寮�鍗曞尰鐢�
+ */
+ private String doctor;
+
+ /**
+ * 寮�鍗曞尰鐢熺紪鐮�
+ */
+ private String doctorCode;
+
+ /**
+ * 寮�鍗曟椂闂�
+ */
+ private java.util.Date doctorTime;
+
+}
--
Gitblit v1.9.3