using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbManager.Models { public partial class TPreallotinfo { public long Gid { get; set; } public long? AcctGid { get; set; } public string CardNo { get; set; } public int? AllotPer { get; set; } public int? AllotMoney { get; set; } public byte? AllotModel { get; set; } } }