From a9d1161b1df96e7ddad566335989a1444e433ef5 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期二, 28 三月 2023 11:54:45 +0800 Subject: [PATCH] 2023年03月28日11:52:02 --- HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs | 13 +++++++++++-- 1 files changed, 11 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 bbbea86..370900f 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs @@ -26,9 +26,13 @@ /// </summary> public string sid = ""; /// <summary> + /// 鏄惁鍏佽鍒犻櫎(false=鍙互鍒犻櫎) + /// </summary> + public bool tag = false; + /// <summary> /// 閫昏緫鍚嶇О /// </summary> - public string name = "鑷姩鍖�"; + public string name = ""; /// <summary> /// 閫昏緫鏉′欢鍏崇郴锛堜笌and:锛屾垨:or锛� /// </summary> @@ -94,9 +98,14 @@ /// 鏌愪釜閫昏緫/鍦烘櫙鐨勮緭鍑烘潯浠�=7; /// 鍦扮悊鍥存爮=8; /// 绌烘皵璐ㄩ噺=9(搴熷純); + /// 鍙瀵硅=9; /// 鍦烘櫙=10; /// </summary> public string condition_type = ""; + /// <summary> + /// condition_type=9鏃朵娇鐢� + /// </summary> + public string identifier = ""; public List<Dictionary<string, string>> condition = new List<Dictionary<string, string>>(); /// <summary> /// 鍦扮悊鍥存爮閰嶇疆 @@ -159,7 +168,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