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