using System;
using System.Linq;
using System.Text;
namespace Txgy.RBS.DTO
{
///
///
///
public class StationNumVpnDTO
{
public StationNumVpnDTO()
{
}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string num { get; set; }
///
/// Desc:
/// Default:
/// Nullable:True
///
public string vpn_name { get; set; }
}
}