From 09ca7cb697e37207e38842adcba1006344ae897c Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 16 十月 2024 11:59:44 +0800 Subject: [PATCH] 诊间屏 过号不独立显示 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/room/vo/RoomRespVO.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/room/vo/RoomRespVO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/room/vo/RoomRespVO.java index dacce50..07e4214 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/room/vo/RoomRespVO.java +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/room/vo/RoomRespVO.java @@ -36,6 +36,10 @@ @ExcelProperty("妫�鏌ョ被鍨�") private Integer[] checkTypes; + @Schema(description = "鎿嶄綔绫诲瀷") + @ExcelProperty("鎿嶄綔绫诲瀷") + private Integer opType; + @Schema(description = "寮�璇婄姸鎬�", requiredMode = Schema.RequiredMode.REQUIRED) @ExcelProperty("寮�璇婄姸鎬�") private Integer status; -- Gitblit v1.9.3