namespace YD_Event.Core.Shared; /// /// 树形下拉框 /// public class TreeSelectOutput : SelectOutput { /// /// 子选项 /// public List Children { get; set; } }