类 LayuiPageVO<T>


  • public class LayuiPageVO<T>
    extends Object
    layui 分页响应对象
    作者:
    woodwhales on 2022-06-10 14:15
    • 构造器详细资料

      • LayuiPageVO

        public LayuiPageVO()
    • 方法详细资料

      • build

        public static <S,​T> LayuiPageVO<T> build​(com.baomidou.mybatisplus.core.metadata.IPage<S> page,
                                                       java.util.function.Function<? super S,​? extends T> mapper,
                                                       Comparator<T> comparator)