mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-20 00:06:45 +08:00
增加流程运行特性:支持异步节点
This commit is contained in:
@@ -9,21 +9,6 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Net462DllTest.Model
|
||||
{
|
||||
|
||||
[AttributeUsage(AttributeTargets.Property)]
|
||||
public class PlcValueAttribute : Attribute
|
||||
{
|
||||
/// <summary>
|
||||
/// 变量类型
|
||||
/// </summary>
|
||||
public PlcVarName PlcVarEnum { get; }
|
||||
public PlcValueAttribute(PlcVarName plcVarEnum)
|
||||
{
|
||||
this.PlcVarEnum = plcVarEnum;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// PLC变量
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user