This commit is contained in:
Xy
2021-04-23 10:02:36 +00:00
parent c83391cf5a
commit e4c3350726
15 changed files with 58 additions and 35 deletions

View File

@@ -10,7 +10,7 @@ namespace Dilon.Core
SysUser User { get; }
long UserId { get; }
Task<SysUser> CheckUserAsync(long userId, bool tracking = true);
Task<SysEmp> GetUserEmpInfo(long userId);
Task<SysUser> CheckUserAsync(string userId, bool tracking = true);
Task<SysEmp> GetUserEmpInfo(string userId);
}
}