From 29b9d55e85a1c412d1367335caf3e046aef8afae Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 24 十月 2022 17:18:13 +0800 Subject: [PATCH] 南通控制命令修改 --- Model/IStation.Model.Monitor/control/MonitorTestControlParas.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Model/IStation.Model.Monitor/control/MonitorTestControlParas.cs b/Model/IStation.Model.Monitor/control/MonitorTestControlParas.cs index 86e1054..972b6ee 100644 --- a/Model/IStation.Model.Monitor/control/MonitorTestControlParas.cs +++ b/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; } + } } -- Gitblit v1.9.3