This commit is contained in:
mmrbnjd
2024-09-08 17:23:33 +03:30
parent 745412ee56
commit b81c950c39
9 changed files with 468 additions and 126 deletions

View File

@@ -131,6 +131,7 @@ namespace Shared.DTOs
//روش پرداخت
[MaxLength(2)]
public int? pmt { get; set; }
public string? paymentMethod { get; set; }
//شماره پیگیری/شماره مرجع
[MaxLength(14)]
public string? trn { get; set; }