- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDataCourier.SpsData
- {
- public partial class TWcardinstore
- {
- public sbyte Gid { get; set; }
- public string EmployNo { get; set; }
- public DateTime? InStoreTime { get; set; }
- public uint? InStoreNum { get; set; }
- public uint? Price { get; set; }
- }
- }
|