docs: 完善参数注释与StyleCop配置
This commit is contained in:
@@ -6,7 +6,8 @@ namespace TakeoutSaaS.Shared.Abstractions.Tenancy;
|
||||
public interface ITenantProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// 获取当前租户 ID,未解析时返回 Guid.Empty。
|
||||
/// 获取当前租户 ID,未解析时返回 0。
|
||||
/// </summary>
|
||||
/// <returns>当前请求绑定的租户 ID,未解析时为 0。</returns>
|
||||
long GetCurrentTenantId();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user