This commit is contained in:
2021-05-21 21:12:45 +00:00
parent c801411bb5
commit 723c3ba69b
2 changed files with 3 additions and 5 deletions

View File

@@ -20,6 +20,8 @@ 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; }