【更新】删除无用代码,优化导包

This commit is contained in:
xuyuxiang 2022-10-10 10:29:59 +08:00
parent 6fef9486e2
commit 410013a669

View File

@ -25,18 +25,6 @@ import java.util.List;
**/
public interface SysRelationService extends IService<SysRelation> {
/**
* 获取当前接口的数据范围
* 返回的集合有三种情况
* 1
*
*
* @return 数据范围即组织id集合
* @author xuyuxiang
* @date 2022/4/24 22:29
*/
// List<String> getDataScopeList();
/**
* 追加关系
*