TIntegtrdinfo.cs 834 B

12345678910111213141516171819202122232425
  1. using System;
  2. using System.Collections.Generic;
  3. namespace Dfs.WayneChina.SpsDataCourier.SpsData
  4. {
  5. public partial class TIntegtrdinfo
  6. {
  7. public ulong Gid { get; set; }
  8. public uint? Sno { get; set; }
  9. public uint? ShiftNo { get; set; }
  10. public byte? Posid { get; set; }
  11. public string EmpCardNo { get; set; }
  12. public string CardNo { get; set; }
  13. public string CommId { get; set; }
  14. public uint? Prc { get; set; }
  15. public uint? Vol { get; set; }
  16. public int? RealMon { get; set; }
  17. public DateTime Ttctime { get; set; }
  18. public DateTime? TtctimeEnd { get; set; }
  19. public uint Ttc { get; set; }
  20. public uint? NozNo { get; set; }
  21. public uint? Integral { get; set; }
  22. public byte? UploadFlag { get; set; }
  23. }
  24. }