This commit is contained in:
2021-06-17 19:20:04 +00:00
parent aebd83e45d
commit c51cbe763f
3 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ namespace AyaNova.Models
public decimal TaxPaid { get; set; }
public long? ChargeTaxCodeId { get; set; }
[NotMapped]
public string ChargeTaxCodeViz { get; set; }
public string TaxCodeViz { get; set; }
public bool ReimburseUser { get; set; } = false;
public long? UserId { get; set; }