| | |
| | | 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.DirEntity; |
| | | import com.lf.server.entity.data.DomainEntity; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.springframework.stereotype.Repository; |
| | |
| | | * @return 多线 |
| | | */ |
| | | public String selectRoute(double x1, double y1, double x2, double y2); |
| | | |
| | | /** |
| | | * 查询位置 |
| | | * |
| | | * @param wkt WKT字符串 |
| | | * @return 位置 |
| | | */ |
| | | public List<KeyValueEntity> selectLocation(String wkt); |
| | | |
| | | /** |
| | | * 查询基础地理类别 |
| | | * |
| | | * @return |
| | | */ |
| | | public List<KeyValueEntity> selectBaseType(); |
| | | |
| | | /** |
| | | * 查询业务类别 |
| | | * |
| | | * @return |
| | | */ |
| | | public List<KeyValueEntity> selectBusinessType(); |
| | | |
| | | /** |
| | | * 查询项目 |
| | | * |
| | | * @return |
| | | */ |
| | | public List<KeyValueEntity> selectProject(); |
| | | |
| | | /** |
| | | * 查询字典表并统计记录 |
| | | * |
| | | * @param name |
| | | * @param dirs |
| | | * @param depid |
| | | * @return |
| | | */ |
| | | public List<DictEntity> selectTabCount(String name, String dirs, Integer depid); |
| | | } |