update:循环引用了 先去掉

This commit is contained in:
2021-06-29 10:29:53 +08:00
parent 097b2bb9e8
commit a0c98b5014
5 changed files with 32 additions and 20 deletions

View File

@@ -1,5 +1,4 @@
using Ewide.Core.Entity;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
@@ -24,6 +23,5 @@ namespace Ewide.Core
Task<List<SysRole>> GetUserRoleList(string userId);
Task<List<SysRole>> GetUserRoleList();
Task<List<string>> GetLoginPermissionList();
Task<List<string>> GetUserDataScopeIdList();
}
}