using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TCardreploss { public ulong Gid { get; set; } public string CardNo { get; set; } public uint? Sno { get; set; } public DateTime? LossTime { get; set; } public byte? OperType { get; set; } public string OperNo { get; set; } public string Reason { get; set; } } }