case 3994

This commit is contained in:
2021-09-30 20:24:48 +00:00
parent 772a47842f
commit 18c9d2e7d4
11 changed files with 175 additions and 16 deletions

View File

@@ -39,7 +39,10 @@ namespace AyaNova.Models
[NotMapped]
public string ContractViz { get; set; }
public DateTime? ContractExpires { get; set; }
//public long? DefaultServiceTemplateId { get; set; }
[NotMapped]
public long? LastCompletedWorkOrderViz { get; set; }
[NotMapped]
public DateTime? LastCompletedServiceDateViz { get; set; }
public string Phone1 { get; set; }
public string Phone2 { get; set; }
public string Phone3 { get; set; }

View File

@@ -58,6 +58,12 @@ namespace AyaNova.Models
public long LastMeterViz { get; set; }
[NotMapped]
public DateTime? LastMeterDateViz { get; set; }
[NotMapped]
public long? LastCompletedWorkOrderViz { get; set; }
[NotMapped]
public DateTime? LastCompletedServiceDateViz { get; set; }
[NotMapped]
public string LastMeterNotesViz { get; set; }
public bool LifeTimeWarranty { get; set; }