Explorar el Código

更新文件 ArticleListVo.java

陈士柏 hace 2 años
padre
commit
a6376c99e3
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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;
+
 }