Merge branch 'master-prod-new' into master-test
| | |
| | | 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); |
| | |
| | | @PostMapping("/admin/operational/channels/deal/dw/spa") |
| | | Result channelsSpaDw(@RequestBody OperationalStatementsVo operationalStatementsVo); |
| | | |
| | | /** |
| | | * SPA代王业绩报表-导出 |
| | | */ |
| | | @PostMapping("/admin/operational/channels/deal/dw/spa/export") |
| | | Result channelsSpaDwExport(@RequestBody OperationalStatementsVo operationalStatementsVo); |
| | | |
| | | } |