From a443f05239723ec4ffb2ee02727b2753f08900ed Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期四, 07 十一月 2024 17:28:41 +0800 Subject: [PATCH] update --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueueRespVO.java | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueueRespVO.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueueRespVO.java index fa5633b..f866b37 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueueRespVO.java +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueueRespVO.java @@ -28,6 +28,10 @@ @ExcelProperty("鎮h�呮�у埆") private Byte patGender; + @Schema(description = "鎮h�呰鎯�") + @ExcelProperty("鎮h�呰鎯�") + private String patDetails; + @Schema(description = "棰勭害鏃ユ湡") @ExcelProperty("棰勭害鏃ユ湡") private LocalDate bookDate; @@ -40,13 +44,21 @@ @ExcelProperty("棰勭害妫�鏌ョ被鍨�") private Integer bookCheckType; + @Schema(description = "棰勭害搴忓彿") + @ExcelProperty("棰勭害搴忓彿") + private Integer bookSeqNum; + @Schema(description = "鎺掗槦搴忓彿", requiredMode = Schema.RequiredMode.REQUIRED) @ExcelProperty("鎺掗槦搴忓彿") private Integer seqNum; + @Schema(description = "VIP") + @ExcelProperty("VIP") + private Integer isVip; + @Schema(description = "5:杩囧彿 10:鎺掗槦涓� 15:宸插彫鍥� 20:鍊欒瘖鍑嗗 30:灏辫瘖涓� 40:灏辫瘖瀹屾垚 ", requiredMode = Schema.RequiredMode.REQUIRED, example = "1") @ExcelProperty("5:杩囧彿 10:鎺掗槦涓� 15:宸插彫鍥� 20:鍊欒瘖鍑嗗 30:灏辫瘖涓� 40:灏辫瘖瀹屾垚 ") - private Byte status; + private Integer status; @Schema(description = "杩囧彿鏍囪", requiredMode = Schema.RequiredMode.REQUIRED) @ExcelProperty("杩囧彿鏍囪") -- Gitblit v1.9.3