using System; using System.Collections.Generic; namespace MySystem.MpMainModels2 { public partial class HdTouchRewardTmp { public string SnNo { get; set; } public int Status { get; set; } public string BonusType { get; set; } public string AcctNm { get; set; } public string EffectiveDate { get; set; } public decimal Reward { get; set; } public DateTime? LightUpTime { get; set; } } }