@@ -90,4 +90,7 @@ public class ArticleTweet {
* 已收藏:1
*/
private Integer isCollect;
+
+ // 发布方式
+ private String type;
}