public interface ScheduleRecordController extends BaseController<ScheduleRecord>
限定符和类型 | 方法和说明 |
---|---|
DataList<ScheduleRecord> |
findWithTotalCount(QueryCondition queryCondition)
查找记录,附带返回该查询条件下的数据总条数
|
void |
remove(java.lang.String[] recordIds) |
void remove(java.lang.String[] recordIds) throws java.lang.Exception
java.lang.Exception
DataList<ScheduleRecord> findWithTotalCount(QueryCondition queryCondition) throws java.lang.Exception
DataOperator
findWithTotalCount
在接口中 DataOperator<ScheduleRecord>
queryCondition
- 查询条件java.lang.Exception