sfd
2025-05-09 fc76209507ccc9c9190b58ca47a9b2d1df7c3b75
aps-modules/aps-core/src/main/java/com/aps/core/controller/mainPlan/ApsPlateStandardRequireController.java
@@ -127,4 +127,14 @@
    }
    /**
     * 生成钣金计划
     * */
    @PostMapping("/generatorPlan")
    public AjaxResult generatorPlan()
    {
        apsPlateStandardRequireService.generatorPlan();
        return success();
    }
}