//------------------------------------------------------------------------------ // // 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 TblPromotionCommission { public System.Guid Oid { get; set; } public Nullable SalesCommissionInfo { get; set; } public Nullable PromotionPercentage { get; set; } public Nullable PromotionAmount { get; set; } public Nullable UseAmount { get; set; } public Nullable UpfrontAmount { get; set; } public Nullable UpfrontAmountPaid { get; set; } public Nullable DripAmount { get; set; } public Nullable DripAmountPaid { get; set; } public Nullable UpfrontPercentage { get; set; } public Nullable DripPercentage { get; set; } public Nullable NumberOfDrips { get; set; } public Nullable DripStartOnInstallment { get; set; } public Nullable PromotionCommissionStructure { get; set; } public Nullable OptimisticLockField { get; set; } public Nullable GCRecord { get; set; } public virtual TblPromotionCommissionStructure TblPromotionCommissionStructure { get; set; } public virtual TblSalesCommissionInfo TblSalesCommissionInfo { get; set; } } }