fwq
2024-04-11 307e3461e7fea416f2d12348d9d4025f0f0f0000
phis-download-feign/src/main/java/com/hz/his/feign/download/DFileDownloadService.java
@@ -15,9 +15,11 @@
public interface DFileDownloadService {
    /**导出类型-底表-预约数据*/
    @PostMapping(value = "/report/export/app/list")
    Result exportAppointmentList(@RequestBody DAppointDto dAppointDto);
    /**导出类型-底表-医生排班*/
    @PostMapping(value = "/report/export/doctor/time/monthData")
    Result exportDoctorTime(@RequestBody DDoctorTimeDto dDoctorTimeDto);
    /**导出类型-底表-优惠券*/
    @PostMapping(value = "/report/export/coupon/list")
    Result exportCoupon(@RequestBody DCouponDto dCouponDto);