chenjiahe
2024-08-01 e74dade001072c3a0e93cd6d698df4df2262f5a3
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);