From 9508510f0b27da3278fa1161eb2ba3dd1e3e2030 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 26 七月 2023 13:14:00 +0800 Subject: [PATCH] 2023年07月26日13:12:21 --- HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs index 1466958..da5fb58 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs @@ -32,7 +32,7 @@ /// <summary> /// 閫昏緫鍚嶇О /// </summary> - public string name = "鑷姩鍖�"; + public string name = ""; /// <summary> /// 閫昏緫鏉′欢鍏崇郴锛堜笌and:锛屾垨:or锛� /// </summary> @@ -98,9 +98,18 @@ /// 鏌愪釜閫昏緫/鍦烘櫙鐨勮緭鍑烘潯浠�=7; /// 鍦扮悊鍥存爮=8; /// 绌烘皵璐ㄩ噺=9(搴熷純); + /// 鍙瀵硅=9; /// 鍦烘櫙=10; /// </summary> public string condition_type = ""; + /// <summary> + /// condition_type=9鏃朵娇鐢� + /// </summary> + public string identifier = ""; + /// <summary> + /// 浜轰綋绉诲姩浼犳劅鍣紙甯︽寔缁椂闂达級 + /// </summary> + public string hold_time = ""; public List<Dictionary<string, string>> condition = new List<Dictionary<string, string>>(); /// <summary> /// 鍦扮悊鍥存爮閰嶇疆 @@ -127,6 +136,7 @@ /// 鍦烘櫙=2; /// 瀹夐槻=3; /// 寤舵椂=4; + /// 缇ゆ帶=5; /// </summary> public string target_type = ""; public List<Dictionary<string, string>> status = new List<Dictionary<string, string>>(); @@ -163,7 +173,7 @@ /// <summary> /// 閫氱煡鍐呭 /// </summary> - public string noticeContent = "鑷姩鍖栧凡缁忔墽琛�";//string.Empty; + public string noticeContent = Shared.Language.StringByID(StringId.Automation)+ Shared.Language.StringByID(StringId.yizhixing); //string.Empty; } /// <summary> /// 鎺ㄩ�侀厤缃� -- Gitblit v1.8.0