eight
2024-10-15 be29e4df82e7f6425db15b03f09aaee1cd9cfb1d
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentSaveReqVO.java
@@ -75,7 +75,7 @@
    @Schema(description = "预约检查类型", requiredMode = Schema.RequiredMode.REQUIRED, example = "2")
    @NotNull(message = "预约检查类型不能为空")
    private Byte bookCheckType;
    private Integer bookCheckType;
    @Schema(description = "已付款")
    private Integer paid;