This commit is contained in:
2021-11-04 23:52:28 +00:00
parent a899d880c2
commit 384365af8b
11 changed files with 17 additions and 13 deletions

View File

@@ -40,9 +40,9 @@ namespace AyaNova.Models
public string ContractViz { get; set; }
public DateTime? ContractExpires { get; set; }
[NotMapped]
public long? LastCompletedWorkOrderViz { get; set; }
public long? LastWorkOrderViz { get; set; }
[NotMapped]
public DateTime? LastCompletedServiceDateViz { get; set; }
public DateTime? LastServiceDateViz { get; set; }
public string Phone1 { get; set; }
public string Phone2 { get; set; }
public string Phone3 { get; set; }

View File

@@ -32,7 +32,7 @@ namespace AyaNova.Models
public string ParentUnitViz { get; set; }
public long? UnitModelId { get; set; }
[NotMapped]
public string UnitModelViz { get; set; }
public string UnitModelNameViz { get; set; }
public bool UnitHasOwnAddress { get; set; }
public bool BoughtHere { get; set; }
public long? PurchasedFromVendorId { get; set; }
@@ -60,9 +60,9 @@ namespace AyaNova.Models
public DateTime? LastMeterDateViz { get; set; }
[NotMapped]
public long? LastCompletedWorkOrderViz { get; set; }
public long? LastWorkOrderViz { get; set; }
[NotMapped]
public DateTime? LastCompletedServiceDateViz { get; set; }
public DateTime? LastServiceDateViz { get; set; }
[NotMapped]
public string LastMeterNotesViz { get; set; }