You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 lines
690 B

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Tiobon.Core.OPS.Tool.OPS.Tool.Model
{
public class Server
{
/// <summary>
///
/// </summary>
public string ServerName { get; set; }
/// <summary>
///
/// </summary>
public string Status { get; set; }
/// <summary>
///
/// </summary>
public string IP { get; set; }
/// <summary>
///
/// </summary>
public string ServerPort { get; set; }
/// <summary>
///
/// </summary>
public string ServerPath { get; set; }
}
}