liusheng
7 天以前 376c1f1782fda955d0344dbcc1305dd5fb750448
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;
}
}