check point
This commit is contained in:
8
Hawkeye.VisionBuilder.Workflow/OperationDescription.cs
Normal file
8
Hawkeye.VisionBuilder.Workflow/OperationDescription.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Hawkeye.VisionBuilder.Workflow;
|
||||
|
||||
public class OperationDescription
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Category { get; set; }
|
||||
public Type Type { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user