分支自 SuZhouGuanHong/TaiYuanTaiZhong

dengjunjie
2024-02-23 538f1f0db8d02103d040b96a489b1a5803750a11
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using System.Collections.Generic;
using System.Text;
 
namespace WIDESEA_Core.WorkFlow
{
    public enum AuditBack
    {
        流程结束 = 0,
        返回上一节点 = 1,
        流程重新开始 = 2
    }
}