//------------------------------------------------------------------------------
//
// 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 TblTelemarketerSlidingScale
{
public System.Guid Oid { get; set; }
public Nullable CommisionMonth { get; set; }
public Nullable FromQShowCount { get; set; }
public Nullable ToQShowCount { get; set; }
public Nullable AmountPerQShow { get; set; }
public Nullable MaxQShowPerWeek { get; set; }
public Nullable CommisonPerSolidClearedDeal { get; set; }
public Nullable OptimisticLockField { get; set; }
public Nullable GCRecord { get; set; }
}
}