src/main/java/com/lf/server/mapper/all/BaseQueryMapper.java
@@ -1,6 +1,7 @@ package com.lf.server.mapper.all; import com.lf.server.entity.ctrl.IdNameEntity; import com.lf.server.entity.ctrl.KeyValueEntity; import com.lf.server.entity.ctrl.TabEntity; import com.lf.server.entity.data.DictEntity; import com.lf.server.entity.data.DomainEntity; @@ -85,4 +86,12 @@ * @return 多线 */ public String selectRoute(double x1, double y1, double x2, double y2); /** * 查询位置 * * @param wkt WKT字符串 * @return 位置 */ public List<KeyValueEntity> selectLocation(String wkt); }