| | |
| | | |
| | | import com.hx.resultTool.Result; |
| | | import com.hz.his.dto.report.EmployeeReportDto; |
| | | import com.hz.his.dto.report.PerformanceReqParamsDto; |
| | | import com.hz.his.dto.report.ShopReportDto; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | |
| | | */ |
| | | @PostMapping("/admin/export/shop/spa/project/indicators/list") |
| | | Result projectIndicatorsList(@RequestBody ShopReportDto shopReportDto); |
| | | |
| | | |
| | | /** |
| | | * SPA门店月执行数据 |
| | | */ |
| | | @RequestMapping("admin/export/shop/spa/month/deduction/new") |
| | | Result monthDeductionNew(@RequestBody ShopReportDto shopReportDto); |
| | | |
| | | /** |
| | | * SPA门店-员工月执行数据 |
| | | */ |
| | | @RequestMapping("admin/export/shop/spa/month/deduction/emp/new") |
| | | Result monthDeductionEmpNew(@RequestBody ShopReportDto shopReportDto); |
| | | |
| | | /** |
| | | * SPA门店-员工月执行明细导出 |
| | | */ |
| | | @RequestMapping("admin/export/shop/spa/month/deduction/emp/new/report") |
| | | Result monthDeductionEmpExport(@RequestBody PerformanceReqParamsDto performanceReqParamsDto); |
| | | |
| | | } |