TWcardoutstore.cs 380 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. namespace Dfs.WayneChina.SpsDataCourier.SpsData
  4. {
  5. public partial class TWcardoutstore
  6. {
  7. public sbyte Gid { get; set; }
  8. public DateTime? OutStoreTime { get; set; }
  9. public uint? OutStoreNum { get; set; }
  10. public uint? Price { get; set; }
  11. public string EmployNo { get; set; }
  12. }
  13. }