using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbModels.Models { 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; } } }