init: 导入项目到 meswork Gitea
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
/// <summary>
|
||||
/// 执行脚本
|
||||
/// 排队参数
|
||||
/// 2021.11.25.LLX
|
||||
/// </summary>
|
||||
public struct QueueExecScriptParam
|
||||
{
|
||||
/// <summary>
|
||||
/// 产生变化的信号代码
|
||||
/// </summary>
|
||||
public string ChangedTagID;
|
||||
/// <summary>
|
||||
/// 产生变化的信号值
|
||||
/// </summary>
|
||||
public string ChangedTagValue;
|
||||
/// <summary>
|
||||
/// 信号表
|
||||
/// </summary>
|
||||
public Dictionary<String, String> DC_TagID_PlcValue;
|
||||
/// <summary>
|
||||
/// 资源代码
|
||||
/// 模型代码 或 工艺代码
|
||||
/// </summary>
|
||||
public string ResourcesCode;
|
||||
}
|
||||
Reference in New Issue
Block a user