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); }