| | |
| | | */ |
| | | @PostMapping("/admin/consultant/report/appointment/arrive/late/detail/list") |
| | | Result appointmentArriveLateList(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | /** |
| | | * 顾问-名下会员+公海释放会员未执行数据 |
| | | */ |
| | | @PostMapping("/admin/consultant/report/user/data/deduction/list") |
| | | Result userDataDeductionList(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | /** |
| | | * 顾问-名下会员+公海释放会员未执行数据-导出 |
| | | */ |
| | | @PostMapping("/admin/consultant/report/user/data/deduction/list/export") |
| | | Result userDataDeductionExport(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | } |