public class BaseParam extends Object implements Serializable
该类用于封装通用的查询参数,包括分页、排序以及时间范围等条件。 可作为其他具体查询参数类的基类使用。
BaseParam()
<T> T
getOne(List<T> records)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BaseParam()
public <T> T getOne(List<T> records)
T
records
Copyright © 2026. All rights reserved.