This commit is contained in:
@@ -28,14 +28,20 @@ namespace AyaNova.Models
|
|||||||
public string WebAddress { get; set; }
|
public string WebAddress { get; set; }
|
||||||
public string PopUpNotes { get; set; }
|
public string PopUpNotes { get; set; }
|
||||||
public bool BillHeadOffice { get; set; }
|
public bool BillHeadOffice { get; set; }
|
||||||
public long HeadOfficeID { get; set; }
|
public long? HeadOfficeID { get; set; }
|
||||||
public string TechNotes { get; set; }
|
public string TechNotes { get; set; }
|
||||||
|
public string AccountNumber { get; set; }
|
||||||
|
public bool UsesBanking { get; set; }
|
||||||
|
public long? ContractID { get; set; }
|
||||||
|
public DateTime? ContractExpires { get; set; }
|
||||||
|
public long? DefaultServiceTemplateID { get; set; }
|
||||||
|
|
||||||
|
|
||||||
public Customer()
|
public Customer()
|
||||||
{
|
{
|
||||||
Tags = new List<string>();
|
Tags = new List<string>();
|
||||||
BillHeadOffice = false;
|
BillHeadOffice = false;
|
||||||
|
UsesBanking = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
[NotMapped, JsonIgnore]
|
[NotMapped, JsonIgnore]
|
||||||
|
|||||||
Reference in New Issue
Block a user