mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 00:16:36 +08:00
结构调整,便于后续扩展
This commit is contained in:
16
AIStudio.Wpf.Flowchart/SelectOption.cs
Normal file
16
AIStudio.Wpf.Flowchart/SelectOption.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace AIStudio.Wpf.Flowchart
|
||||
{
|
||||
/// <summary>
|
||||
/// 前端SelectOption
|
||||
/// </summary>
|
||||
public class SelectOption
|
||||
{
|
||||
public string value { get; set; }
|
||||
public string text { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return text;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user