传输优化

This commit is contained in:
liu.wenjie
2021-03-17 16:08:13 +08:00
parent 1451352125
commit 0af0e8b01a
348 changed files with 12192 additions and 863190 deletions

View File

@@ -54,15 +54,7 @@ namespace VisionJobFactory
}
}
//自定义Attribute
public sealed class VisionToolAttribute : Attribute
{
public ToolType ToolType { get; private set; }
public VisionToolAttribute(ToolType toolType)
{
ToolType = toolType;
}
}
//根据Attribute提取类
public class ClassEnumerator