refactor: 移除租户侧能力
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
using MediatR;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using TakeoutSaaS.Application.App.Tenants.Dto;
|
||||
|
||||
namespace TakeoutSaaS.Application.App.Tenants.Commands;
|
||||
|
||||
/// <summary>
|
||||
/// 领取租户入驻审核命令。
|
||||
/// </summary>
|
||||
public sealed record ClaimTenantReviewCommand : IRequest<TenantReviewClaimDto>
|
||||
{
|
||||
/// <summary>
|
||||
/// 租户 ID(雪花算法)。
|
||||
/// </summary>
|
||||
[Required]
|
||||
public long TenantId { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user