Parcourir la source

更新文件 ArticleListVo.java

陈士柏 il y a 2 ans
Parent
commit
a6376c99e3
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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;
+
 }