tangxu
2022-10-31 8ea88fedd51e4961d0fd0aec6c2873a579fb6db8
Model/IStation.Model.Monitor/control/MonitorTestControlParas.cs
@@ -9,16 +9,17 @@
    /// <summary>
    /// 监测测试控制参数
    /// </summary>
    public class MonitorTestControlParas
    public partial class MonitorTestControlParas
    {
        /// <summary>
        /// 0代表关机 1代表开机 -1代表变频
        /// 控制类型
        /// </summary>
        public int Type { get; set; }
        public eControlType ControlType { get; set; }
        /// <summary>
        /// 指令
        /// 对接上下文
        /// </summary>
        public string Instruction { get; set; }
        public string Context { get; set; }
    }
}