This commit is contained in:
2023-11-23 14:41:06 +08:00
parent 23ab9fa523
commit 6840cfcbb1
4 changed files with 49 additions and 10 deletions

View File

@@ -161,4 +161,9 @@ public interface IUserManager
/// 获取管理员用户id.
/// </summary>
string GetAdminUserId();
/// <summary>
/// 域名
/// </summary>
string Domain{ get; }
}