This commit is contained in:
@@ -47,7 +47,7 @@ namespace AyaNova.Models
|
||||
public bool OverrideModelWarranty { get; set; }
|
||||
public int? WarrantyLength { get; set; }
|
||||
public string WarrantyTerms { get; set; }
|
||||
// public bool UsesBanking { get; set; }
|
||||
// public bool UsesBanking { get; set; }
|
||||
public long? ContractId { get; set; }
|
||||
[NotMapped]
|
||||
public string ContractViz { get; set; }
|
||||
@@ -67,6 +67,13 @@ namespace AyaNova.Models
|
||||
public decimal? Latitude { get; set; }
|
||||
public decimal? Longitude { get; set; }
|
||||
|
||||
|
||||
|
||||
//workaround for notification
|
||||
[NotMapped, JsonIgnore]
|
||||
public string Name { get; set; }
|
||||
|
||||
|
||||
public Unit()
|
||||
{
|
||||
Tags = new List<string>();
|
||||
@@ -75,6 +82,8 @@ namespace AyaNova.Models
|
||||
[NotMapped, JsonIgnore]
|
||||
public AyaType AyaType { get => AyaType.Unit; }
|
||||
|
||||
|
||||
|
||||
// //convenience links
|
||||
// [JsonIgnore]
|
||||
// public Customer Customer { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user