| | |
| | | * 场所警务网格处理 |
| | | */ |
| | | Object placeJwGridCodeHandle(); |
| | | |
| | | /** |
| | | * 场所综治网格处理 |
| | | */ |
| | | Object placeGridCodeHandle(); |
| | | |
| | | /** |
| | | * 场所二维码绑定处理 |
| | | */ |
| | | Object placeDoorBindHandle(); |
| | | |
| | | /** |
| | | * 企业商超列表查询 |
| | | */ |
| | | IPage<PlaceVO> selectMallPage(IPage<PlaceVO> page, PlaceVO place); |
| | | |
| | | /** |
| | | * 位置绑定 |
| | | * @param place |
| | | */ |
| | | void policePositionHandle(PlaceVO place); |
| | | |
| | | /** |
| | | * 警格绑定 |
| | | * @param place |
| | | */ |
| | | void jwGridCodeBind(PlaceVO place); |
| | | |
| | | /** |
| | | * 查询所有场所数据 |
| | | * @return |
| | | */ |
| | | List<PlaceVO> getAllList(int i,int size); |
| | | /** |
| | | * 查询所有场所数据总数 |
| | | * @return |
| | | */ |
| | | int getAllListTotal(); |
| | | |
| | | /** |
| | | * 查询对应的社区编号 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | String getCommunityCode(Long id); |
| | | } |