using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TIntegralrule { public ulong Gid { get; set; } public uint? IntegralNo { get; set; } public string Operator { get; set; } public string ClassNo { get; set; } public DateTime? TimeBeg { get; set; } public DateTime? TimeEnd { get; set; } public sbyte? IntegralType { get; set; } public uint? GeMon { get; set; } public uint? IntegralPre { get; set; } public string Remark { get; set; } public byte? ValidFlag { get; set; } } }