using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbManager.Models { public partial class TWcardoutstore { public byte Gid { get; set; } public DateTime? OutStoreTime { get; set; } public int? OutStoreNum { get; set; } public int? Price { get; set; } public string EmployNo { get; set; } } }