liding
2026-04-23 1b3d13f691957d4fffdfb3671dc09f66b6e3dfd0
src/main/java/com/ruoyi/technology/controller/TechnologyOperationController.java
@@ -30,7 +30,7 @@
        return R.ok(technologyOperationService.listPage(page, technologyOperationDto));
    }
    @PostMapping
    @PostMapping("/add")
    @Log(title = "Add technology operation", businessType = BusinessType.INSERT)
    @ApiOperation("新增工序")
    public R add(@RequestBody TechnologyOperationDto technologyOperationDto) {