@@ -35,4 +35,8 @@ public class PageResult <T> implements Serializable {
}
+ public List<T> getList() {
+ return data;
+ }
+