1
This commit is contained in:
13
iMES.Core/WorkFlow/AuditBack.cs
Normal file
13
iMES.Core/WorkFlow/AuditBack.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace iMES.Core.WorkFlow
|
||||
{
|
||||
public enum AuditBack
|
||||
{
|
||||
流程结束 = 0,
|
||||
返回上一节点 = 1,
|
||||
流程重新开始 = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user