| | |
| | | package com.hz.his.feign.service.platform.bi; |
| | | |
| | | import com.hx.resultTool.Result; |
| | | 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/export/shop/other/list") |
| | | Result otherInAchievement(@RequestBody ShopReportDto shopReportDto); |
| | | |
| | | /** |
| | | * 门店-员工-用户执行业绩 |
| | | */ |
| | | @PostMapping("/admin/user/deduction/report/shop/emp/list") |
| | | Result shopEmpUserList(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | } |