After code cleanup

This commit is contained in:
2022-07-09 04:17:38 +00:00
parent aaed4430f1
commit f9baf2b3df
53 changed files with 255 additions and 465 deletions

View File

@@ -1,8 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AyaNovaQBI
{
@@ -11,7 +8,7 @@ namespace AyaNovaQBI
public long Id { get; set; }
public uint Concurrency { get; set; }
public string Name { get; set; }
public bool Active { get; set; }
public string Notes { get; set; }
@@ -24,18 +21,18 @@ namespace AyaNovaQBI
public string AlertNotes { get; set; }
public bool BillHeadOffice { get; set; }
public long? HeadOfficeId { get; set; }
public string HeadOfficeViz { get; set; }
public string TechNotes { get; set; }
public string AccountNumber { get; set; }
//public bool UsesBanking { get; set; }
public long? ContractId { get; set; }
public string ContractViz { get; set; }
public DateTime? ContractExpires { get; set; }
public long? LastWorkOrderViz { get; set; }
public DateTime? LastServiceDateViz { get; set; }
public string Phone1 { get; set; }
public string Phone2 { get; set; }
@@ -68,7 +65,7 @@ namespace AyaNovaQBI
}
}//eoc
}