namespace Highway.Assemble.common
{
public class mesSoft : BaseObject
{
///
/// MES软件唯一标识
///
public string mesid;
///
/// MES软件名称
///
public string adapterName;
///
/// MES软件Ip
///
public string AdatperIP;
///
/// MES软件端口号
///
public string AdapterPort;
///
/// MES软件状态 0 未连接 1已连接
///
public byte State;
}
}