| | |
| | | package org.springblade.modules.place.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | 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.PlaceAndRelExcel; |
| | |
| | | * @return |
| | | */ |
| | | Object placeAndRelHandle(); |
| | | |
| | | /** |
| | | * 根据标签编号集合查询对应的场所 |
| | | * @param stringList |
| | | * @param color |
| | | * @return |
| | | */ |
| | | List<PlaceVO> getPlaceListByParam(List<String> stringList,String color); |
| | | } |