廖井涛
2024-10-22 56a1d995bef593b7716704d44f4edb106ad326d3
north-glass-erp/src/main/java/com/example/erp/controller/pp/TagStyleController.java
@@ -41,4 +41,8 @@
    }
    @PostMapping("addTag")
    public Result addTag(@RequestBody TagStyle tagStyle){
        return Result.seccess(tagStyleService.addTag(tagStyle));
    }
}