From 489d3bd60ad7dc2fecb398b09cf4c52df16f0fc2 Mon Sep 17 00:00:00 2001 From: Davin <591807572@qq.com> Date: 星期三, 26 七月 2023 15:55:30 +0800 Subject: [PATCH] Merge branch 'Dev-Branch' of http://59.41.255.150:6688/r/~wxr/OnPro into Dev-Branch --- 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