namespace Highway.Assemble.common
{
public class Collect : BaseObject
{ ///
/// 汇集软件唯一标识
///
public string collectID;
///
/// 汇集软件名称
///
public string collectName;
///
/// 汇集软件IP
///
public string Ip;
///
/// 汇集软件端口号
///
public int Port;
///
/// 汇集软件本地配置的连接数据库的字符串
///
public string sqlstring;
///
/// 软件更新的Url
///
public string UpdateUrl;
}
}