mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
routine update
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OpenAuth.App.Flow
|
||||
namespace OpenAuth.App.Flow
|
||||
{
|
||||
public class FlowLine
|
||||
/// <summary>
|
||||
/// 流程连线
|
||||
/// </summary>
|
||||
public class FlowLine
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string type { get; set; }
|
||||
|
Reference in New Issue
Block a user