This commit is contained in:
@@ -47,8 +47,7 @@ namespace AyaNova.Models
|
|||||||
public bool OverrideModelWarranty { get; set; }
|
public bool OverrideModelWarranty { get; set; }
|
||||||
public int? WarrantyLength { get; set; }//MONTHS
|
public int? WarrantyLength { get; set; }//MONTHS
|
||||||
public string WarrantyTerms { get; set; }
|
public string WarrantyTerms { get; set; }
|
||||||
[NotMapped]
|
|
||||||
public string WarrantyViz { get; set; }
|
|
||||||
// public bool UsesBanking { get; set; }
|
// public bool UsesBanking { get; set; }
|
||||||
public long? ContractId { get; set; }
|
public long? ContractId { get; set; }
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ namespace AyaNova.Models
|
|||||||
public long UnitId { get; set; }
|
public long UnitId { get; set; }
|
||||||
[NotMapped]
|
[NotMapped]
|
||||||
public string UnitViz { get; set; }
|
public string UnitViz { get; set; }
|
||||||
|
|
||||||
[Required]
|
[Required]
|
||||||
public long WorkOrderItemId { get; set; }
|
public long WorkOrderItemId { get; set; }
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
|
|||||||
Reference in New Issue
Block a user