瀏覽代碼

更新文件 ArticleListVo.java

陈士柏 2 年之前
父節點
當前提交
a6376c99e3
共有 1 個文件被更改,包括 6 次插入0 次删除
  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;
+
 }