This commit is contained in:
mmrbnjd
2024-08-28 00:29:35 +03:30
parent 21eeb4d11b
commit c118dc0d6b
9 changed files with 338 additions and 27 deletions

View File

@@ -141,12 +141,10 @@ namespace Shared.DTOs
[MaxLength(12)]
public string? pid { get; set; }
//تاریخ و زمان پرداخت
[MaxLength(13)]
public long? pdt { get; set; }
public string? PaymentDateTime { get; set; }
//مبلغ پرداختی
[MaxLength(18)]
public decimal? pv { get; set; }
public long? pv { get; set; }
}
//------------------------------