| | |
| | | import com.panzhihua.common.model.dtos.grid.EventGridTodoDataDTO; |
| | | import com.panzhihua.common.model.dtos.grid.PageEventGridDataAdminDTO; |
| | | import com.panzhihua.common.model.dtos.grid.PageEventGridDataDTO; |
| | | import com.panzhihua.common.model.dtos.grid.PageEventGridNearbyDTO; |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.grid.*; |
| | | import com.panzhihua.service_grid.model.dos.EventGridDataDO; |
| | |
| | | |
| | | void removeGridRelationByGridId(@Param("gridId") Long gridId); |
| | | |
| | | List<EventGridMemberAdminVO> getGridMemberListsByGrid(@Param("gridId") Long gridId); |
| | | |
| | | List<EventGridDataAreaVO> getGridDataListByCommunity(@Param("communityId") Long communityId); |
| | | |
| | | List<EventGridDataAreaVO> selectGridWithArea(Page page, PageEventGridNearbyDTO pageEventGridNearbyDTO); |
| | | } |