public interface IBasicLogDao
extends net.mingsoft.base.dao.IBaseDao
| 限定符和类型 | 方法和说明 |
|---|---|
int |
count(BasicLogEntity basicLog)
查询数据表中记录集合总数
|
List<net.mingsoft.base.entity.BaseEntity> |
query(BasicLogEntity basicLog,
int pageNo,
int pageSize,
String orderBy,
boolean order)
分页查询
|
List<net.mingsoft.base.entity.BaseEntity> query(@Param(value="basicLog") BasicLogEntity basicLog, @Param(value="pageNo") int pageNo, @Param(value="pageSize") int pageSize, @Param(value="orderBy") String orderBy, @Param(value="order") boolean order)
pageNo - 页码pageSize - 显示条数orderBy - 排序字段order - order 排序方式,true:asc;fales:descint count(@Param(value="basicLog")
BasicLogEntity basicLog)
Copyright © 2019. All rights reserved.