From 891ebeb29dbeb6871aa8d5249bedaf0bef7cfd1e Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期四, 27 十月 2022 14:19:09 +0800 Subject: [PATCH] 修改 南通控制柜接口 --- Model/IStation.Model.Monitor/control/MonitorTestControlParas.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Model/IStation.Model.Monitor/control/MonitorTestControlParas.cs b/Model/IStation.Model.Monitor/control/MonitorTestControlParas.cs index 972b6ee..03ceafe 100644 --- a/Model/IStation.Model.Monitor/control/MonitorTestControlParas.cs +++ b/Model/IStation.Model.Monitor/control/MonitorTestControlParas.cs @@ -9,17 +9,17 @@ /// <summary> /// 鐩戞祴娴嬭瘯鎺у埗鍙傛暟 /// </summary> - public class MonitorTestControlParas + public partial class MonitorTestControlParas { /// <summary> - /// 0浠h〃鍏虫満 1浠h〃寮�鏈� -1浠h〃鍙橀 + /// 鎺у埗绫诲瀷 /// </summary> - public int Type { get; set; } + public eControlType ControlType { get; set; } /// <summary> - /// 鍙傛暟 + /// 瀵规帴涓婁笅鏂� /// </summary> - public string Paras { get; set; } + public string Context { get; set; } } } -- Gitblit v1.9.3