using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TIntegralconverrule { public uint Gid { get; set; } public uint? ConverNo { get; set; } public string Operator { get; set; } public DateTime? TimeBeg { get; set; } public DateTime? TimeEnd { get; set; } public int? ConverPer { get; set; } public int? ConverMoney { get; set; } public string Remark { get; set; } } }