//------------------------------------------------------------------------------
//
// 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 TblPromotion
{
public System.Guid Oid { get; set; }
public Nullable Resort { get; set; }
public Nullable Season { get; set; }
public Nullable SleeperSize { get; set; }
public Nullable UnitNumber { get; set; }
public Nullable WeekType { get; set; }
public Nullable FromDate { get; set; }
public Nullable ToDate { get; set; }
public Nullable Price1 { get; set; }
public Nullable Price2 { get; set; }
public Nullable DiscountPercentage { get; set; }
public Nullable OptimisticLockField { get; set; }
public Nullable GCRecord { get; set; }
public Nullable RebatePercentage { get; set; }
public Nullable UsePrice1 { get; set; }
public Nullable UsePrice2 { get; set; }
public Nullable UseRebate { get; set; }
public Nullable WeekModule { get; set; }
public Nullable PromotionType { get; set; }
public virtual TblPromotionType TblPromotionType { get; set; }
public virtual TblResort TblResort { get; set; }
public virtual TblWeekModule TblWeekModule { get; set; }
}
}