This commit is contained in:
2021-05-08 14:23:05 +00:00
parent fbb4b845a3
commit f844716c67
2 changed files with 10 additions and 4 deletions

View File

@@ -20,8 +20,12 @@ namespace AyaNova.Models
[Required]
public decimal TaxPaid { get; set; }
public long? ChargeTaxCodeId { get; set; }
[NotMapped]
public string ChargeTaxCodeViz { get; set; }
public bool ReimburseUser { get; set; } = false;
public long? UserId { get; set; }
[NotMapped]
public string UserViz { get; set; }
public bool ChargeToCustomer { get; set; } = false;