@@ -95,5 +95,5 @@ public class ArticleTweet {
private String type;
// 是否置顶
- private Integer is_top;
+ private Integer isTop;
}