using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TAddblackcard { public ulong Gid { get; set; } public string CardNo { get; set; } public DateTime? BlackDate { get; set; } public ulong? AcctGid { get; set; } public string AcctId { get; set; } public byte? CardType { get; set; } public int? DiscountNo { get; set; } public string Reason { get; set; } public byte? UploadFlag { get; set; } } }