north-glass-erp/src/main/java/com/example/erp/service/pp/TagStyleService.java
@@ -41,4 +41,10 @@ public TagStyle getTagById(Integer id) { return tagStyleMapper.selectById(id); } public Boolean addTag(TagStyle tagStyle) { tagStyle.setId(null); return tagStyleMapper.insert(tagStyle)>0; } }