using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbManager.Models { public partial class TIntegralconverrule { public int Gid { get; set; } public int? 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; } } }