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