eight
2024-08-07 afc83561b4da987b6a283b150ef1239bde730171
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("患者生日")