| | |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.common.node.TreeStringNode; |
| | | import org.springblade.modules.place.entity.PlaceEntity; |
| | | import org.springblade.modules.place.excel.NinePlaceExcel; |
| | | import org.springblade.modules.place.excel.PlaceAndRelExcel; |
| | | import org.springblade.modules.place.excel.PlaceExcel; |
| | | import org.springblade.modules.place.vo.PlaceVO; |
| | |
| | | * @return |
| | | */ |
| | | IPage<PlaceVO> selectNinePlacePage(IPage<PlaceVO> page, PlaceVO place); |
| | | |
| | | List<NinePlaceExcel> export(PlaceVO place); |
| | | |
| | | /** |
| | | * 场所警务网格处理 |
| | | */ |
| | | 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); |
| | | } |