| | |
| | | @PostMapping("/admin/consultant/report/weChat/list") |
| | | Result weChatList(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | /**咨询师-导出-核心项目提及率*/ |
| | | @PostMapping("/admin/consultant/report/weChat/list/export") |
| | | Result weChatListExport(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | /**咨询师-咨询师-流失客户导出*/ |
| | | @PostMapping("/admin/consultant/report/loss/user/rate/export") |
| | | Result lossUserListExport(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | /**咨询师-咨询师-科室业绩*/ |
| | | @PostMapping("/admin/consultant/report/room/list") |
| | | Result roomList(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | /**咨询师-咨询师-初诊成交率 */ |
| | | @PostMapping("/admin/consultant/report/first/user/rate/export") |
| | | Result firstRateListExport(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | |
| | | } |