From 1d7f0862e5f4c4bcc0e4661661de015d24b45855 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 26 十一月 2024 22:55:37 +0800
Subject: [PATCH] 自动确费 异常处理

---
 jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/CheckTypeSaveReqVO.java |    5 +++--
 1 files changed, 3 insertions(+), 2 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..eb3ad0c 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,7 +3,6 @@
 import io.swagger.v3.oas.annotations.media.Schema;
 import lombok.*;
 import java.util.*;
-import jakarta.validation.constraints.*;
 
 @Schema(description = "绠$悊鍚庡彴 - 妫�鏌ョ被鍨嬫柊澧�/淇敼 Request VO")
 @Data
@@ -40,6 +39,8 @@
     private Integer timeslotReservedNum;
 
     @Schema(description = "浜插拰鐨勬鏌ョ被鍨�")
-    private String affinityCheckTypes;
+    private Integer[] affinityCheckTypes;
 
+    @Schema(description = "棰勭害娉ㄦ剰浜嬮」")
+    private String notes;
 }
\ No newline at end of file

--
Gitblit v1.9.3