liusheng
2025-06-10 23f78d642951675437de226332621b1195a505c6
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentPageReqVO.java
@@ -79,7 +79,10 @@
    @Schema(description = "预约来源:X系统、护士手动预约")
    private String bookSrc;
    @Schema(description = "申请单状态")
    private String status;
    @Schema(description = "已付款")
    private Integer paid;
}
}