This commit is contained in:
2021-04-01 20:31:52 +00:00
parent 2680a3b704
commit 665632c286
3 changed files with 9 additions and 9 deletions

View File

@@ -30,13 +30,13 @@ namespace AyaNova.Models
[Required]
public long CustomerId { get; set; }
public long ProjectId { get; set; }
public long? ProjectId { get; set; }
public string InternalReferenceNumber { get; set; }
public string CustomerReferenceNumber { get; set; }
public string CustomerContactName { get; set; }
public long FromQuoteId { get; set; }
public long FromPMId { get; set; }
public long FromCSRId { get; set; }
public long? FromQuoteId { get; set; }
public long? FromPMId { get; set; }
public long? FromCSRId { get; set; }
public DateTime ServiceDate { get; set; }
public DateTime CompleteByDate { get; set; }
public string InvoiceNumber { get; set; }