feat: 审核通过时按月续费订阅

This commit is contained in:
2025-12-15 11:15:21 +08:00
parent 2339775fcb
commit 5e7f7144ed
2 changed files with 38 additions and 0 deletions

View File

@@ -24,4 +24,9 @@ public sealed record ReviewTenantCommand : IRequest<TenantDto>
/// 审核备注或拒绝原因。
/// </summary>
public string? Reason { get; init; }
/// <summary>
/// 审核通过后续费时长(月)。
/// </summary>
public int? RenewMonths { get; init; }
}