namespace iWare.Wms.Application { public interface ISysUserDataScopeService { Task DeleteUserDataScopeListByOrgIdList(List orgIdList); Task DeleteUserDataScopeListByUserId(long userId); Task> GetUserDataScopeIdList(long userId); Task GrantData(UpdateUserRoleDataInput input); } }