refactor: 清理平台表述并统一为系统

This commit is contained in:
root
2026-01-29 13:49:03 +00:00
parent b3d611304b
commit 52fb4fde72
30 changed files with 44 additions and 84 deletions

View File

@@ -30,7 +30,7 @@ public sealed class CreatePaymentCommand : IRequest<PaymentDto>
public decimal Amount { get; set; }
/// <summary>
/// 平台交易号。
/// 系统交易号。
/// </summary>
public string? TradeNo { get; set; }