From 43e16c0697b7c546a4f5fa5b93cba663c6b6d04d Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 06 十一月 2024 17:02:04 +0800 Subject: [PATCH] 检查类型属性新增 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/CheckTypeSaveReqVO.java | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 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 f57d522..516417c 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,8 +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 @@ -26,4 +27,19 @@ @Schema(description = "鍙彿鍒�") private Integer callingColumn; + @Schema(description = "鏄惁鏄剧ず鎮h�呮潯鐮�") + private Integer displayBarcode; + + @Schema(description = "鏄惁闇�瑕佺‘璐�") + private Integer expenseRecognition; + + @Schema(description = "鏃舵棰勭害瑙勫畾浜烘暟") + private Integer timeslotBookNum; + + @Schema(description = "姣忔椂娈甸鐣欎汉鏁�") + private Integer timeslotReservedNum; + + @Schema(description = "浜插拰鐨勬鏌ョ被鍨�") + private String affinityCheckTypes; + } \ No newline at end of file -- Gitblit v1.9.3