From 8f410963380b34e4f80aaba0fe982437a9445b3c Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 03 十二月 2024 15:31:49 +0800
Subject: [PATCH] 预约序号前缀

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/CheckTypeSaveReqVO.java |   25 +++++++++++++++++++++++++
 1 files changed, 25 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 c433f41..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,7 +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.*;
 
 @Schema(description = "绠$悊鍚庡彴 - 妫�鏌ョ被鍨嬫柊澧�/淇敼 Request VO")
 @Data
@@ -22,4 +24,27 @@
     @Schema(description = "闇�瑕佽澶囬鐢�")
     private Integer needDevReady;
 
+    @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