using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbManager.Models { public partial class TRechdebitRep { public long Gid { get; set; } public int? 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 int? Bal { get; set; } public DateTime? Ttctime { get; set; } public int? Ctc { get; set; } public int? Ttc { get; set; } public int? DiscountNo { get; set; } public string OperNo { get; set; } public byte? RechgType { get; set; } public int? 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; } } }