| | |
| | | @Operation(summary = "计算气体管路产能负载统计", description = "计算") |
| | | |
| | | @PostMapping("/computeCapacity") |
| | | @RequiresPermissions("aps:apsGasPipingRouteStat:computeCapacity") |
| | | public AjaxResult computeCapacity() |
| | | { |
| | | try { |
| | |
| | | @Operation(summary = "获取气体管路产能负载统计", description = "计算") |
| | | |
| | | @PostMapping("/getCapacityPlanData") |
| | | @RequiresPermissions("aps:apsGasPipingRouteStat:getCapacityPlanData") |
| | | public AjaxResult getCapacityPlanData(@RequestBody ApsGasPipingRouteStat apsGasPipingRouteStat) |
| | | { |
| | | return AjaxResult.success(apsGasPipingRouteStatService.getCapacityPlanData(apsGasPipingRouteStat)); |