jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueuePageReqVO.java
@@ -26,7 +26,7 @@ private Boolean patGender; @Schema(description = "患者详情") private Boolean patDetails; private String patDetails; @Schema(description = "预约日期") private LocalDate bookDate; jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/vo/QueueRespVO.java
@@ -30,7 +30,7 @@ @Schema(description = "患者详情") @ExcelProperty("患者详情") private Boolean patDetails; private String patDetails; @Schema(description = "预约日期") @ExcelProperty("预约日期")