using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TPsamcard { public ulong Gid { get; set; } public string PsamcardNo { get; set; } public string TerminalNo { get; set; } public DateTime? CreateTime { get; set; } public DateTime? EffiTime { get; set; } public DateTime? StartTime { get; set; } public sbyte? Psamver { get; set; } public sbyte? SkeyType { get; set; } public sbyte? SkeyIndex { get; set; } public ulong? ReleaseFlag { get; set; } public ulong? ReceiveFlag { get; set; } public sbyte? Psamctype { get; set; } } }