This commit is contained in:
2021-05-21 22:10:51 +00:00
parent 41b17700a6
commit 3f761e64ca
3 changed files with 178 additions and 80 deletions

View File

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