eight
2024-10-15 be29e4df82e7f6425db15b03f09aaee1cd9cfb1d
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentPageReqVO.java
@@ -70,9 +70,12 @@
    private LocalDateTime[] bookTime;
    @Schema(description = "预约检查类型", example = "2")
    private Byte bookCheckType;
    private Integer bookCheckType;
    @Schema(description = "预约来源:X系统、护士手动预约")
    private String bookSrc;
    @Schema(description = "已付款")
    private Integer paid;
}