fhx
2023-10-07 94d437ed9c3e686330337b6dd6d2d8cb13e7c0c0
1.修改
1个文件已修改
6 ■■■■■ 已修改文件
phis-download-feign/src/main/java/com/hz/his/feign/download/DFileDownloadService.java 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 exportDoctorTime(@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);