wangzelong
2022-10-24 b7ac35c97fd8119bf67c1139818810e7313a628d
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; }
    }
}