Browse Source

更新文件 ArticleTweet.java

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

+ 3 - 0
mhotel/src/com/happy/Model/ArticleTweet.java

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