This commit is contained in:
2021-05-12 16:37:41 +00:00
parent 9d4c7bb4a1
commit efd876c323
4 changed files with 36 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ namespace AyaNova.Models
[Required]
public long CustomerId { get; set; }
public long? ProjectId { get; set; }
[NotMapped]
[NotMapped]
public string ProjectViz { get; set; }
public string InternalReferenceNumber { get; set; }
public string CustomerReferenceNumber { get; set; }
@@ -49,9 +49,12 @@ namespace AyaNova.Models
public string TechSignature { get; set; }
public string TechSignatureName { get; set; }
public DateTime? TechSignatureCaptured { get; set; }
public bool Onsite {get;set;}
public string Contract { get; set; }
public bool Onsite { get; set; }
public long? ContractId { get; set; }
[NotMapped]
public string ContractViz { get; set; }
//POSTAL ADDRESS / "BILLING ADDRESS"
public string PostAddress { get; set; }
public string PostCity { get; set; }