jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentRespVO.java
@@ -25,7 +25,7 @@ @Schema(description = "患者性别", requiredMode = Schema.RequiredMode.REQUIRED) @ExcelProperty(value = "患者性别", converter = DictConvert.class) @DictFormat("system_user_sex") // TODO 代码优化:建议设置到对应的 DictTypeConstants 枚举类中 private Boolean patGender; private Byte patGender; @Schema(description = "患者生日") @ExcelProperty("患者生日")