| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.panzhihua.common.model.dtos.grid.PageEventDTO; |
| | | import com.panzhihua.common.model.dtos.grid.PageEventManageDTO; |
| | | import com.panzhihua.common.model.dtos.grid.PagePublicityEventCommunityDTO; |
| | | import com.panzhihua.common.model.dtos.grid.PagePublicityEventDTO; |
| | | import com.panzhihua.common.model.vos.grid.ComMapGridEventVO; |
| | | import com.panzhihua.service_grid.model.dos.EventDO; |
| | |
| | | * @return |
| | | */ |
| | | IPage<EventVO> findToManageByPage(Page page, @Param("pageEventManageDTO") PageEventManageDTO pageEventManageDTO); |
| | | |
| | | /** |
| | | * 查询事件(管理)列表 |
| | | * @param page |
| | | * @param pagePublicityEventCommunityDTO |
| | | * @return |
| | | */ |
| | | IPage<EventVO> findCommunityPublicityByPage(Page page, @Param("pagePublicityEventCommunityDTO") PagePublicityEventCommunityDTO pagePublicityEventCommunityDTO); |
| | | } |