This commit is contained in:
2022-07-11 21:21:12 +00:00
parent 58d3516cc4
commit c49b5acd53
2 changed files with 7 additions and 2 deletions

View File

@@ -29,12 +29,15 @@ namespace AyaNova.Models
public string UnitModelNameViz { get; set; }
[NotMapped]
public string UnitModelVendorViz { get; set; }
[NotMapped]
public string UnitDescriptionViz { get; set; }
[NotMapped]
public bool UnitMeteredViz { get; set; }
[NotMapped]
public string UnitLastMeterViz { get; set; }//for qbi
//PHYSICAL ADDRESS
[NotMapped]
public string AddressViz { get; set; }