| | |
| | | |
| | | import com.hx.resultTool.Result; |
| | | import com.hz.his.dto.report.AppointmentVisitVo; |
| | | import com.hz.his.dto.report.EmployeeReportDto; |
| | | import com.hz.his.dto.report.ShopReportDto; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | |
| | | * 增长部-医生私域群数据-渗透业绩-导出 |
| | | */ |
| | | @PostMapping("/admin/group/report/zs/doctor/list/export") |
| | | Result deductionZsDoctorListExport(@RequestBody ShopReportDto shopReportDto); |
| | | Result deductionZsDoctorListExport(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | /** |
| | | * 医生执行业绩数据-含服务门店指标 |