using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IStation.Application
{
///
/// 南通测试变频输入
///
public class NTTestChangeInput
{
///
/// 频率
///
public double HZ { get; set; }
}
}