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 |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 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 516417c..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
@@ -1,9 +1,9 @@
 package cn.lihu.jh.module.ecg.controller.admin.checktype.vo;
 
+import com.alibaba.excel.annotation.ExcelProperty;
 import io.swagger.v3.oas.annotations.media.Schema;
 import lombok.*;
 import java.util.*;
-import jakarta.validation.constraints.*;
 
 @Schema(description = "绠$悊鍚庡彴 - 妫�鏌ョ被鍨嬫柊澧�/淇敼 Request VO")
 @Data
@@ -27,8 +27,8 @@
     @Schema(description = "鍙彿鍒�")
     private Integer callingColumn;
 
-    @Schema(description = "鏄惁鏄剧ず鎮h�呮潯鐮�")
-    private Integer displayBarcode;
+    @Schema(description = "鏍规嵁鎮h�呮潵婧愬喅瀹氾紝鏄惁鏄剧ず鎮h�呮潯鐮�")
+    private Integer[] displayBarcode;
 
     @Schema(description = "鏄惁闇�瑕佺‘璐�")
     private Integer expenseRecognition;
@@ -40,6 +40,11 @@
     private Integer timeslotReservedNum;
 
     @Schema(description = "浜插拰鐨勬鏌ョ被鍨�")
-    private String affinityCheckTypes;
+    private Integer[] affinityCheckTypes;
 
+    @Schema(description = "棰勭害娉ㄦ剰浜嬮」")
+    private String notes;
+
+    @Schema(description = "棰勭害搴忓彿鏄剧ず鍓嶇紑")
+    private String seqPrefix;
 }
\ No newline at end of file

--
Gitblit v1.9.3