...
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
//------------------------------
|
||||
|
Reference in New Issue
Block a user