public class QueryPlus<T> extends LinkedHashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
int |
getCurrPage() |
int |
getLimit() |
com.baomidou.mybatisplus.extension.plugins.pagination.Page<T> |
getPage() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic static final String ASC
public com.baomidou.mybatisplus.extension.plugins.pagination.Page<T> getPage()
public int getCurrPage()
public int getLimit()
Copyright © 2021. All rights reserved.