Browse Source

更新文件 ArticleListVo.java

陈士柏 2 years ago
parent
commit
a6376c99e3
1 changed files with 6 additions and 0 deletions
  1. 6 0
      mhotel/src/com/happy/vo/ArticleListVo.java

+ 6 - 0
mhotel/src/com/happy/vo/ArticleListVo.java

@@ -67,4 +67,10 @@ public class ArticleListVo {
      */
     private Integer collectNum;
 
+    private String content;
+
+    private String createDate;
+
+    private String publishWay;
+
 }