From 026eeac962c237b2ffb3723aafb09a9fbf3b2971 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期五, 20 九月 2024 11:07:56 +0800 Subject: [PATCH] 诊间屏 完善 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/callingscreen/CallingRespVO.java | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/callingscreen/CallingRespVO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/callingscreen/CallingRespVO.java index 9ae076a..e51e8b6 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/callingscreen/CallingRespVO.java +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/callingscreen/CallingRespVO.java @@ -25,6 +25,10 @@ @ExcelProperty("鎮h�呮�у埆") private Byte patGender; + @Schema(description = "棰勭害鏃ユ湡") + @ExcelProperty("棰勭害鏃ユ湡") + private LocalDate bookDate; + @Schema(description = "棰勭害妫�鏌ョ被鍨�", example = "1") @ExcelProperty("棰勭害妫�鏌ョ被鍨�") private Byte bookCheckType; @@ -34,7 +38,7 @@ private Integer seqNum; /** - * 10:鎺掗槦涓� 20:鍊欒瘖鍑嗗 30:灏辫瘖涓� 40:灏辫瘖瀹屾垚 50:杩囧彿 60:杩囨湡 + * 10:鎺掗槦涓� 15:宸插彫鍥� 20:鍊欒瘖鍑嗗 30:灏辫瘖涓� 40:灏辫瘖瀹屾垚 50:杩囧彿 */ @Schema(description = "鎺掗槦鐘舵��", example = "1") @ExcelProperty("鎺掗槦鐘舵��") -- Gitblit v1.9.3