using System; using System.Collections.Generic; namespace Dfs.WayneChina.SpsDbModels.Models { public partial class TEquipinfo { public int Gid { get; set; } public sbyte Posid { get; set; } public string EquipName { get; set; } public byte? PortType { get; set; } public string Port { get; set; } public uint? EquipPort { get; set; } public int? Rate { get; set; } public string Type { get; set; } public byte? Mode { get; set; } } }