| | |
| | | import com.panzhihua.common.model.dtos.grid.PageEventManageDTO; |
| | | import com.panzhihua.common.model.dtos.grid.PagePublicityEventDTO; |
| | | import com.panzhihua.common.model.vos.grid.ComMapGridEventVO; |
| | | import com.panzhihua.common.model.vos.grid.EventStatisticsAllAdminVO; |
| | | import com.panzhihua.service_grid.model.dos.EventDO; |
| | | import com.panzhihua.common.model.vos.grid.EventVO; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | |
| | | * @return |
| | | */ |
| | | IPage<EventVO> findToManageByPage(Page page, @Param("pageEventManageDTO") PageEventManageDTO pageEventManageDTO); |
| | | |
| | | EventStatisticsAllAdminVO eventStatistics(@Param("communityId") Long communityId); |
| | | |
| | | Integer getEventCountByGridIds(@Param("ids") List<Long> ids); |
| | | } |