guoyuji
2025-02-26 9caeb5a1bdd6296b0902fe02f07047770d91f4bf
north-glass-erp/src/main/java/com/example/erp/controller/pp/ProcessCardController.java
@@ -440,4 +440,10 @@
            @RequestBody Map<String, Object> object) {
        return Result.seccess(flowCardService.updateProcessCardRack(object));
    }
    @ApiOperation("智能分架")
    @PostMapping("/processCardAutoRack")
    public Result processCardAutoRack(@ RequestBody Map<String, Object> object) {
        return Result.seccess(flowCardService.processCardAutoRack(object));
    }
}