lixiaojun
2022-10-24 29b9d55e85a1c412d1367335caf3e046aef8afae
Model/IStation.Model.Monitor/control/MonitorTestControlParas.cs
@@ -17,8 +17,9 @@
        public int Type { get; set; }
        /// <summary>
        /// 指令
        /// 参数
        /// </summary>
        public string Instruction { get; set; }
        public string Paras { get; set; }
    }
}