liusheng
2 天以前 5ba25cb53dab2ef0f8052a93796ef67a8a2ee820
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;
}
}