连接线

This commit is contained in:
艾竹
2023-04-25 23:07:25 +08:00
parent aa8ab61e37
commit 48314acbd5
3 changed files with 63 additions and 18 deletions

View File

@@ -6,9 +6,11 @@ namespace AIStudio.Wpf.DiagramDesigner
{
public enum ConnectorValueType
{
//前面分给值类型,值类型之间可以兼容,直接转换
Real = 0,
Int = 1,
Bool = 2,
String = 3,
ValueType = 10,
String = 11,
}
}