From 2bc90e242eceb83d9aa80d48ea9f991c0f9b99c6 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 12 十二月 2024 19:47:57 +0800
Subject: [PATCH] 工位选择界面 诊室按照room id排序

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/CheckTypeSaveReqVO.java |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/CheckTypeSaveReqVO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/CheckTypeSaveReqVO.java
index f57d522..be6da5e 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/CheckTypeSaveReqVO.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/CheckTypeSaveReqVO.java
@@ -3,6 +3,7 @@
 import com.alibaba.excel.annotation.ExcelProperty;
 import io.swagger.v3.oas.annotations.media.Schema;
 import lombok.*;
+import java.util.*;
 
 @Schema(description = "绠$悊鍚庡彴 - 妫�鏌ョ被鍨嬫柊澧�/淇敼 Request VO")
 @Data
@@ -26,4 +27,24 @@
     @Schema(description = "鍙彿鍒�")
     private Integer callingColumn;
 
+    @Schema(description = "鏍规嵁鎮h�呮潵婧愬喅瀹氾紝鏄惁鏄剧ず鎮h�呮潯鐮�")
+    private Integer[] displayBarcode;
+
+    @Schema(description = "鏄惁闇�瑕佺‘璐�")
+    private Integer expenseRecognition;
+
+    @Schema(description = "鏃舵棰勭害瑙勫畾浜烘暟")
+    private Integer timeslotBookNum;
+
+    @Schema(description = "姣忔椂娈甸鐣欎汉鏁�")
+    private Integer timeslotReservedNum;
+
+    @Schema(description = "浜插拰鐨勬鏌ョ被鍨�")
+    private Integer[] affinityCheckTypes;
+
+    @Schema(description = "棰勭害娉ㄦ剰浜嬮」")
+    private String notes;
+
+    @Schema(description = "棰勭害搴忓彿鏄剧ず鍓嶇紑")
+    private String seqPrefix;
 }
\ No newline at end of file

--
Gitblit v1.9.3