廖井涛
2024-10-22 56a1d995bef593b7716704d44f4edb106ad326d3
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;
    }
}