package com.huimv.admin.common.utils; import java.util.List; public class PageResult<T> { private Long total; private List<T> rows; }