fwq
2024-07-08 6a3f8907a2f9d240f8a07e7283682286d2b52c75
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);