| | |
| | | { |
| | | return toAjax(apsGasPipingPlanService.deleteApsGasPipingPlanByIds(ids)); |
| | | } |
| | | |
| | | /** |
| | | * 气体管路计划导入 |
| | | */ |
| | | @RequiresPermissions("gasPiping:import") |
| | | @PostMapping("/importData") |
| | | public AjaxResult importData(MultipartFile file) throws Exception { |
| | | ExcelUtil<ApsGasPipingPlanTemp> util = new ExcelUtil<ApsGasPipingPlanTemp>(ApsGasPipingPlanTemp.class); |
| | |
| | | * @Author: wwj |
| | | * @Date: 2025/4/9 |
| | | */ |
| | | @GetMapping("/confirmGasPiping") |
| | | public AjaxResult confirmGasPiping(ApsGasPipingPlanTemp apsGasPipingPlanTemp) { |
| | | @RequiresPermissions("gasPiping:confirm") |
| | | @PostMapping("/confirmGasPiping") |
| | | public AjaxResult confirmGasPiping(@RequestBody ApsGasPipingPlanTemp apsGasPipingPlanTemp) { |
| | | return toAjax(apsGasPipingPlanService.confirmGasPiping(apsGasPipingPlanTemp)); |
| | | } |
| | | } |