| | |
| | | import com.doumee.dao.admin.request.RetentionQuery; |
| | | import com.doumee.dao.business.model.Retention; |
| | | import com.doumee.dao.business.model.TrainTime; |
| | | import com.doumee.dao.system.vo.RetentionVo; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | */ |
| | | long count(Retention retention); |
| | | |
| | | /** |
| | | * 关联表分页查询 |
| | | * @param pageWrap |
| | | * @return |
| | | */ |
| | | PageData<Retention> findTrainTimePage(PageWrap<Retention> pageWrap); |
| | | |
| | | PageData<Retention> findTrainTimePage(PageWrap<RetentionQuery> pageWrap); |
| | | /** |
| | | * 导出 |
| | | * |
| | | * @param pageWrap 分页对象 |
| | | * @return PageData<RetentionVo> |
| | | */ |
| | | List<RetentionVo> findPageExcel(PageWrap<Retention> pageWrap); |
| | | } |