using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbModels.Models { 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; } } }