eight
2024-08-12 932a99f21b84bd3e64e397a68a18900a8412d200
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentSaveReqVO.java
@@ -23,7 +23,7 @@
    @Schema(description = "患者性别", requiredMode = Schema.RequiredMode.REQUIRED)
    @NotNull(message = "患者性别不能为空")
    private Boolean patGender;
    private Byte patGender;
    @Schema(description = "患者生日")
    private LocalDateTime patBirthday;