From 069328ea846a08e673c508725e7e8d019f8a6333 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期日, 30 三月 2025 20:49:09 +0800 Subject: [PATCH] get room profile --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devmanage/vo/DeviceRespVO.java | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devmanage/vo/DeviceRespVO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devmanage/vo/DeviceRespVO.java index ec8c24d..5094dff 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devmanage/vo/DeviceRespVO.java +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devmanage/vo/DeviceRespVO.java @@ -1,5 +1,6 @@ package cn.lihu.jh.module.ecg.controller.admin.devmanage.vo; +import cn.lihu.jh.module.ecg.dal.dataobject.patient.PatDetails; import io.swagger.v3.oas.annotations.media.Schema; import lombok.*; @@ -64,4 +65,16 @@ @Schema(description = "鐘舵��") @ExcelProperty("鐘舵��") private Integer state; -} \ No newline at end of file + + @Schema(description = "鎷嗚缂栧彿") + @ExcelProperty("鎷嗚缂栧彿") + private Long rentId; + + @Schema(description = "澶囨敞") + @ExcelProperty("澶囨敞") + private String comment; + + @Schema(description = "鎮h�呰鎯�") + @ExcelProperty("鎮h�呰鎯�") + private PatDetails patDetails; +} -- Gitblit v1.9.3