mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-26 09:46:35 +08:00
传输优化
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user