From 0f2e0147e8990e913d16d99bc1b94fb6bc53abd7 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期四, 03 十二月 2020 15:35:42 +0800
Subject: [PATCH] 2020-12-03-1
---
HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/Automation/Logic.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs
similarity index 95%
rename from HDL_ON/UI/UI2/3-Intelligence/Automation/Automation/Logic.cs
rename to HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs
index 50ccd16..a388ffb 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/Automation/Logic.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs
@@ -7,6 +7,7 @@
/// </summary>
public class Logic
{
+
/// <summary>
/// 閫昏緫鍒楄〃
/// </summary>
@@ -15,6 +16,10 @@
/// 褰撳墠閫昏緫
/// </summary>
public static Logic currlogic;
+ /// <summary>
+ /// 浜戠鍞竴id
+ /// </summary>
+ public string userLogicId = "";
/// <summary>
/// 閫昏緫鍞竴鏍囪瘑
/// </summary>
@@ -94,7 +99,7 @@
/// 閫昏緫杈撳嚭鐩爣绫诲瀷
/// 璁惧=1;
/// 鍦烘櫙=2;
- /// 瀹夐槻=3;
+ /// 寤舵椂=3;
/// </summary>
public string target_type = "";
public List<Dictionary<string, string>> status = new List<Dictionary<string, string>>();
--
Gitblit v1.8.0