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