功能更新
This commit is contained in:
11
MelskinTest/DataModel/TreeItemData.cs
Normal file
11
MelskinTest/DataModel/TreeItemData.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace VibeWPFTest.DataModel
|
||||
{
|
||||
public class TreeItemData
|
||||
{
|
||||
public string Content { get; set; } = "123";
|
||||
|
||||
public List<TreeItemData> Children { get; set; } = [];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user