huminmin
2026-07-15 422a5676c2d96dd37c1be62935a314d70fef79b5
src/main/java/com/ruoyi/production/controller/ProductionProductMainController.java
@@ -80,6 +80,13 @@
        return R.ok(productionProductMainService.removeProductMain(id));
    }
    @PostMapping("/audit")
    @Operation(summary = "审核生产报工")
    @PreAuthorize("@ss.hasPermi('productionProductMain:audit')")
    public R audit(@RequestBody ProductionProductMainDto productionProductMainDto) {
        return R.ok(productionProductMainService.auditProductMain(productionProductMainDto));
    }
    /**
     * 导出