This commit is contained in:
2021-07-08 18:39:15 +00:00
parent 00cba9b58b
commit ee43062a35
3 changed files with 46 additions and 30 deletions

View File

@@ -45,7 +45,7 @@ namespace AyaNova.Models
[NotMapped]
public string ReplacedByUnitViz { get; set; }
public bool OverrideModelWarranty { get; set; }
public int? WarrantyLength { get; set; }
public int? WarrantyLength { get; set; }//MONTHS
public string WarrantyTerms { get; set; }
// public bool UsesBanking { get; set; }
public long? ContractId { get; set; }