This commit is contained in:
2021-07-12 19:28:18 +00:00
parent 56d8cc27cb
commit f7e2f5c5ac
10 changed files with 80 additions and 17 deletions

View File

@@ -22,7 +22,9 @@ namespace AyaNova.Models
[NotMapped]
public string ServiceRateViz { get; set; }
public string ServiceDetails { get; set; }
[Required]
public decimal ServiceRateQuantity { get; set; }
[Required]
public decimal NoChargeQuantity { get; set; }
//public long? ServiceBankId { get; set; }
public long? TaxCodeSaleId { get; set; }