liusheng
昨天 a4c8c09a33ae26a460c7422f59b4d2f93d0f6dc5
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;
}
}