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