lixiaojun
2022-10-24 2a7f09325b6044b5090fca8c663ef675da9973e5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace IStation.Application
{
    /// <summary>
    /// 南通测试变频输入
    /// </summary>
    public class NTTestChangeInput
    {
        /// <summary>
        /// 频率
        /// </summary>
        public double HZ { get; set; }
    }
}