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