src/main/java/com/lf/server/mapper/all/BaseQueryMapper.java
@@ -4,6 +4,7 @@ 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.DirEntity; import com.lf.server.entity.data.DomainEntity; import org.apache.ibatis.annotations.Mapper; import org.springframework.stereotype.Repository; @@ -94,4 +95,11 @@ * @return 位置 */ public List<KeyValueEntity> selectLocation(String wkt); /** * 查询基础地理类别 * * @return */ public List<DirEntity> selectBaseType(); }