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