chore: 🔨 代码细节调整 (#68)

This commit is contained in:
2023-11-30 13:17:02 +08:00
committed by GitHub
parent bebddb3558
commit 3376fbbdfa
20 changed files with 31 additions and 28 deletions

View File

@@ -13,7 +13,7 @@ public interface IService
Guid ServiceId { get; set; }
/// <summary>
/// 上下文用户
/// 上下文用户令牌
/// </summary>
ContextUserToken UserToken { get; set; }
}