From 6e9a55146866cd357592a0e0e8aa7b73cf9f036d Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 13 十一月 2024 11:10:57 +0800
Subject: [PATCH] 领用界面 患者队列顺序 @检查项目亲和性
---
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueuePageReqVO.java | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueuePageReqVO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueuePageReqVO.java
index ce0438e..6de11da 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueuePageReqVO.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueuePageReqVO.java
@@ -26,7 +26,7 @@
private Boolean patGender;
@Schema(description = "鎮h�呰鎯�")
- private Boolean patDetails;
+ private String patDetails;
@Schema(description = "棰勭害鏃ユ湡")
private LocalDate bookDate;
@@ -37,10 +37,17 @@
@Schema(description = "棰勭害妫�鏌ョ被鍨�", example = "1")
private Integer bookCheckType;
+ @Schema(description = "棰勭害搴忓彿")
+ private Integer bookSeqNum;
+
@Schema(description = "鎺掗槦搴忓彿")
private Integer seqNum;
+
+ @Schema(description = "VIP")
+ private Integer isVip;
+
@Schema(description = "5:杩囧彿 10:鎺掗槦涓� 15:宸插彫鍥� 20:鍊欒瘖鍑嗗 30:灏辫瘖涓� 40:灏辫瘖瀹屾垚 ", example = "1")
- private Byte status;
+ private Integer status;
@Schema(description = "杩囧彿鏍囪")
private Boolean passed;
--
Gitblit v1.9.3