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)); } }