using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TPreallotinfo { public ulong Gid { get; set; } public ulong? AcctGid { get; set; } public string CardNo { get; set; } public int? AllotPer { get; set; } public int? AllotMoney { get; set; } public sbyte? AllotModel { get; set; } } }