using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDataCourier.SpsData { public partial class TWcardoutstore { public sbyte Gid { get; set; } public DateTime? OutStoreTime { get; set; } public uint? OutStoreNum { get; set; } public uint? Price { get; set; } public string EmployNo { get; set; } } }