Browse Source

更新文件 ArticleTweet.java

陈士柏 2 years ago
parent
commit
40db5520ba
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

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