TPosshiftcontrol.cs 285 B

123456789101112
  1. using System;
  2. using System.Collections.Generic;
  3. namespace Dfs.WayneChina.SpsDataCourier.SpsData
  4. {
  5. public partial class TPosshiftcontrol
  6. {
  7. public byte PosId { get; set; }
  8. public string PosIp { get; set; }
  9. public sbyte? ShiftNum { get; set; }
  10. }
  11. }