|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
using Microsoft.AspNetCore.Http;
|
|
|
|
|
using Microsoft.AspNetCore.Mvc;
|
|
|
|
|
using Myshipping.Core.Entity;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
@ -30,4 +31,5 @@ public interface ISysUserService
|
|
|
|
|
Task<List<long>> GetDataScopeIdUserList(long userId = 0);
|
|
|
|
|
void CheckDataScopeByUserId(long userId);
|
|
|
|
|
void CheckDataScope(long orgId);
|
|
|
|
|
Task<List<SysUser>> GetTenantUser(string name);
|
|
|
|
|
}
|
|
|
|
|