From 91a6d065f948fd9f47ee43616c509d286e80d0d6 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期日, 01 九月 2024 19:35:44 +0800 Subject: [PATCH] update --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/room/vo/RoomRespVO.java | 10 +++++++++- 1 files changed, 9 insertions(+), 1 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 cb522f1..17bb027 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 @@ -30,7 +30,15 @@ @Schema(description = "寮�璇婄姸鎬�", requiredMode = Schema.RequiredMode.REQUIRED) @ExcelProperty("寮�璇婄姸鎬�") - private Boolean onstage; + private Integer status; + + @Schema(description = "鍖荤敓鍚�", requiredMode = Schema.RequiredMode.REQUIRED) + @ExcelProperty("鍖荤敓Id") + private Long docId; + + @Schema(description = "鍖荤敓鍚�", requiredMode = Schema.RequiredMode.REQUIRED) + @ExcelProperty("鍖荤敓鍚�") + private String docName; @Schema(description = "鍒涘缓鏃堕棿", requiredMode = Schema.RequiredMode.REQUIRED) @ExcelProperty("鍒涘缓鏃堕棿") -- Gitblit v1.9.3