using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TRechdebitRep { public ulong Gid { get; set; } public uint? Sno { get; set; } public string AcctId { get; set; } public string CardNo { get; set; } public byte? CardType { get; set; } public byte? TrdType { get; set; } public int? Mon { get; set; } public uint? Bal { get; set; } public DateTime? Ttctime { get; set; } public uint? Ctc { get; set; } public uint? Ttc { get; set; } public uint? DiscountNo { get; set; } public string OperNo { get; set; } public byte? RechgType { get; set; } public uint? Tmac { get; set; } public byte? BillType { get; set; } public int? DisMoney { get; set; } public int? DisIntegral { get; set; } public byte? BillFlag { get; set; } public byte? UploadFlag { get; set; } } }