-
-
-
类型变量类型为CrudWhereBody的cool.scx.ext.crud中的方法参数
| 修饰符和类型 |
方法 |
说明 |
cool.scx.vo.Json |
CRUDController.list(String modelName,
Integer limit,
Integer page,
String orderByColumn,
String sortType,
List<CrudWhereBody> whereBodyList) |
列表查询
|
cool.scx.vo.Json |
CRUDHandler.list(String modelName,
Integer limit,
Integer page,
String orderByColumn,
String sortType,
List<CrudWhereBody> whereBodyList) |
|
cool.scx.vo.Json |
CRUDHandlerImpl.list(String modelName,
Integer limit,
Integer page,
String orderByColumn,
String sortType,
List<CrudWhereBody> whereBodyList) |
列表查询
|