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/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