@@ -30,6 +30,11 @@ public class CorpTagBackView {
private Long tagId;
+ /**
+ * 标签所属类型 1普通,2动态
+ */
+ private Integer type;
+
private String tagIdStr;
/**