using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TAcctlogout { public ulong Gid { get; set; } public string AcctId { get; set; } public DateTime? AcctLgtDate { get; set; } public string BelongTo { get; set; } public string Address { get; set; } public string PhoneNo { get; set; } public byte? UploadFlag { get; set; } } }