Browse Source

更新文件 ArticleTweet.java

陈士柏 2 years ago
parent
commit
f383fbeb7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mhotel/src/com/happy/Model/ArticleTweet.java

+ 1 - 1
mhotel/src/com/happy/Model/ArticleTweet.java

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