docs: 完善参数注释与StyleCop配置

This commit is contained in:
2025-12-04 12:45:26 +08:00
parent 8e4c2b0e45
commit 37e7d721f3
213 changed files with 695 additions and 446 deletions

View File

@@ -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();
}