using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbManager.Models { public partial class TIntegralgift { public long Gid { get; set; } public int? InteGiftNo { get; set; } public string Operator { get; set; } public DateTime? TimeBeg { get; set; } public DateTime? TimeEnd { get; set; } public int? GeIntegral { get; set; } public int? Icmon { get; set; } public string Gift { get; set; } public byte? Enabled { get; set; } } }