//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace ERD { using System; using System.Collections.Generic; public partial class TblRawSalesCommData { public int OID { get; set; } public string Company { get; set; } public Nullable SalesConsultant { get; set; } public string GroupCode { get; set; } public string AccountNumber { get; set; } public string CustomerSurname { get; set; } public Nullable Units { get; set; } public Nullable Price { get; set; } public Nullable DateCaptured { get; set; } public Nullable DateWritten { get; set; } public string ContractStatus { get; set; } public string St1 { get; set; } public string St2 { get; set; } public string ContractNumber { get; set; } public string StdAddendum { get; set; } public string CFlag { get; set; } public Nullable InstalmentDate { get; set; } public Nullable InterestPayable { get; set; } public string Developer { get; set; } public Nullable Deposit { get; set; } public Nullable Add1 { get; set; } public Nullable Add2 { get; set; } public Nullable Add3 { get; set; } public string UniqueNo { get; set; } public Nullable SalesPeriod { get; set; } public Nullable FourPercentComm { get; set; } public Nullable SalesManager { get; set; } public string AgentName { get; set; } public Nullable ContractPeriod { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public virtual TblPersonnel TblPersonnel { get; set; } public virtual TblPersonnel TblPersonnel1 { get; set; } } }