using System.Collections.Generic; namespace IStation.Model { /// /// 树排序 /// public class TreeSorter:Model.Sorter { /// /// 父节点标识 /// public List ParentIds { get; set; } } }