12345678910111213141516171819202122232425262728293031323334353637383940 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 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.
- // </auto-generated>
- //------------------------------------------------------------------------------
-
- namespace ERD
- {
- using System;
- using System.Collections.Generic;
-
- public partial class TblTMCommTransaction
- {
- public int OID { get; set; }
- public Nullable<System.DateTime> DateCreated { get; set; }
- public string CreatedBy { get; set; }
- public Nullable<int> SalesPeriod { get; set; }
- public Nullable<int> WeekNo { get; set; }
- public Nullable<System.DateTime> PresentationDate { get; set; }
- public Nullable<int> Personnel { get; set; }
- public string Booking { get; set; }
- public Nullable<int> ContractNo { get; set; }
- public Nullable<decimal> CommAmount { get; set; }
- public string Type { get; set; }
- public string SalesVenue { get; set; }
- public Nullable<int> Day { get; set; }
- public Nullable<int> SessionNo { get; set; }
- public string ContractStatus { get; set; }
- public Nullable<int> OptimisticLockField { get; set; }
- public Nullable<int> GCRecord { get; set; }
- public string Username { get; set; }
- public string CommissionType { get; set; }
- public Nullable<System.DateTime> StatusLastChange { get; set; }
-
- public virtual TblPersonnel TblPersonnel { get; set; }
- }
- }
|