管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-25 6f4eb64aa4beb0bd8a877780821cf5cdbb200538
src/main/java/com/lf/server/mapper/all/BaseQueryMapper.java
@@ -97,16 +97,10 @@
    public List<KeyValueEntity> selectLocation(String wkt);
    /**
     * 查询基础地理类别
     * 查询目录类别
     *
     * @param name
     * @return
     */
    public List<KeyValueEntity> selectBaseType();
    /**
     * 查询业务类别
     *
     * @return
     */
    public List<KeyValueEntity> selectBusinessType();
    public List<KeyValueEntity> selectDirTypes(String name);
}