초기 커밋.
This commit is contained in:
20
DDUtilityApp/WORKFLOW/DATA/FlowStep.cs
Normal file
20
DDUtilityApp/WORKFLOW/DATA/FlowStep.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using DDUtilityApp.DATA;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DDUtilityApp.WORKFLOW.DATA
|
||||
{
|
||||
|
||||
public class FlowStep : FlowBase
|
||||
{
|
||||
|
||||
public DynamicActivity DynamicActivity { get; set; }
|
||||
|
||||
public FlowBase Next { get; set; }
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user