TPosshiftcontrol.cs 281 B

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