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