| | |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.Wrapper; |
| | | import org.sxkj.gd.flyer.entity.GdFlyerEntity; |
| | | import org.sxkj.gd.flyer.param.GdFlyerPageParam; |
| | | import org.sxkj.gd.flyer.vo.GdFlyerVO; |
| | | import org.sxkj.gd.flyer.excel.GdFlyerExcel; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | |
| | | * @param gdFlyer |
| | | * @return |
| | | */ |
| | | IPage<GdFlyerVO> selectGdFlyerPage(IPage<GdFlyerVO> page, GdFlyerVO gdFlyer); |
| | | IPage<GdFlyerVO> selectGdFlyerPage(IPage<GdFlyerVO> page, GdFlyerPageParam gdFlyer); |
| | | |
| | | |
| | | /** |
| | |
| | | */ |
| | | List<GdFlyerExcel> exportGdFlyer(Wrapper<GdFlyerEntity> queryWrapper); |
| | | |
| | | /** |
| | | * |
| | | * @param convert |
| | | * @return |
| | | */ |
| | | boolean saveOrUpdateFlyer(GdFlyerEntity convert); |
| | | |
| | | /** |
| | | * 查询全部未删除飞手的flyer_id集合 |
| | | * |
| | | * @return |
| | | */ |
| | | List<String> selectAllFlyerIds(); |
| | | } |