//------------------------------------------------------------------------------ // // 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 TblTMCommTransaction { public int OID { get; set; } public Nullable DateCreated { get; set; } public string CreatedBy { get; set; } public Nullable SalesPeriod { get; set; } public Nullable WeekNo { get; set; } public Nullable PresentationDate { get; set; } public Nullable Personnel { get; set; } public string Booking { get; set; } public Nullable ContractNo { get; set; } public Nullable CommAmount { get; set; } public string Type { get; set; } public string SalesVenue { get; set; } public Nullable Day { get; set; } public Nullable SessionNo { get; set; } public string ContractStatus { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public string Username { get; set; } public string CommissionType { get; set; } public Nullable StatusLastChange { get; set; } public virtual TblPersonnel TblPersonnel { get; set; } } }