This commit is contained in:
mmrbnjd
2024-07-22 16:56:16 +03:30
parent 861acf8bab
commit f88a935418
2 changed files with 99 additions and 94 deletions

View File

@@ -98,7 +98,6 @@ namespace Back.Data.Models
#endregion
#region fild
// public string? ExternalAccessCode { get; set; }
public string Title { get; set; }
public string? Des { get; set; }
public InvoiceType invoiceType { get; set; }
@@ -160,6 +159,12 @@ namespace Back.Data.Models
public bool PreparedtoSendtoTax { get; set; } = false;
public int LastChangeUserID { get; set; }
public bool IsDeleted { get; set; }
//عیار
[MaxLength(26)]
public decimal? cui { get; set; }
//شماره اقتصادی آژانس
[MaxLength(14)]
public string? tinc { get; set; }
#endregion
#region Navigation