This commit is contained in:
2021-07-08 21:36:50 +00:00
parent 8f0b9252ce
commit 387c4fc535
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -19,7 +19,7 @@ namespace AyaNova.Models
public long UnitId { get; set; }
[NotMapped]
public string UnitViz { get; set; }
[Required]
public long WorkOrderItemId { get; set; }
[JsonIgnore]