docs: add xml comments for tenant modules
This commit is contained in:
@@ -7,6 +7,13 @@ namespace TakeoutSaaS.Application.App.Tenants.Commands;
|
||||
/// </summary>
|
||||
public sealed record DeleteTenantAnnouncementCommand : IRequest<bool>
|
||||
{
|
||||
/// <summary>
|
||||
/// 租户 ID(雪花算法)。
|
||||
/// </summary>
|
||||
public long TenantId { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// 公告 ID。
|
||||
/// </summary>
|
||||
public long AnnouncementId { get; init; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user