public final class CRUDListResult
extends Object
-
字段概要
字段
final List<cool.scx.base.BaseModel>
final long
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
total
public final long total
-
list
public final List<cool.scx.base.BaseModel> list
-
构造器详细资料
-
CRUDListResult
public CRUDListResult(List<cool.scx.base.BaseModel> list,
long total)