@@ -93,4 +93,7 @@ public class ArticleTweet {
// 发布方式
private String type;
+
+ // 是否置顶
+ private Integer is_top;
}