From 3629b1b4b917e15cae2247c1ade8815182412bea Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 25 九月 2024 14:31:52 +0800 Subject: [PATCH] 设备准备 - 领用 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/vo/DevRentRespVO.java | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/vo/DevRentRespVO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/vo/DevRentRespVO.java index fb16cb0..52c82fc 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/vo/DevRentRespVO.java +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/vo/DevRentRespVO.java @@ -52,8 +52,21 @@ @ExcelProperty("澶囨敞") private String remark; + @Schema(description = "鐘舵��") + @ExcelProperty("鐘舵��") + private Integer state; + @Schema(description = "鍒涘缓鏃堕棿", requiredMode = Schema.RequiredMode.REQUIRED) @ExcelProperty("鍒涘缓鏃堕棿") private LocalDateTime createTime; + + @Schema(description = "鍒嗙被鍚�") + private String category; + + @Schema(description = "鍝佺墝") + private String brand; + + @Schema(description = "鍨嬪彿") + private String model; } \ No newline at end of file -- Gitblit v1.9.3