using System; namespace Dfs.WayneChina.SpsDataCourier.HostModels { public class OfflineAccountInfo { public DateTime AcctDate { get; set; } public uint waitMalloc { get; set; } public string address { get; set; } public long gid { get; set; } public byte acctSNo { get; set; } public byte enableSms { get; set; } public string certfNo { get; set; } public string fuelNo { get; set; } public string belongTo { get; set; } public uint tmac { get; set; } public ushort sno { get; set; } public string certfType { get; set; } public byte acctType { get; set; } public uint gift { get; set; } public byte acctState { get; set; } public DateTime acctDate { get; set; } public string acctID { get; set; } public byte uploadFlag { get; set; } public long rechgTotal { get; set; } public long amount { get; set; } public string phoneNo { get; set; } } }