using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbManager.Models { public partial class TPosshiftcontrol { public byte PosId { get; set; } public string PosIp { get; set; } public byte? ShiftNum { get; set; } } }