using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace IStation.Model
{
///
/// 监测测试控制参数
///
public partial class MonitorTestControlParas
{
///
/// 控制类型
///
public eControlType ControlType { get; set; }
///
/// 对接上下文
///
public string Context { get; set; }
}
}