From dc902484cd4d304ee02a3ce88f54e266cd40fdad Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期四, 26 九月 2024 16:18:04 +0800 Subject: [PATCH] 数据录入功能 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/devrent/vo/DevRentRespVO.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/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 52c82fc..cac4e41 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 @@ -36,6 +36,10 @@ @ExcelProperty("鎷嗘満鏃堕棿") private LocalDateTime returnTime; + @Schema(description = "褰曞叆鏃堕棿") + @ExcelProperty("褰曞叆鏃堕棿") + private LocalDateTime entryTime; + @Schema(description = "骞叉壈鏁�") @ExcelProperty("骞叉壈鏁�") private Integer interference; -- Gitblit v1.9.3