摘要: 递归 树结构 /// <summary> /// 组织结构树 /// </summary> public class TreeStructure { public string ID { get; set; } public string ParentId { get; set; } public 阅读全文
posted @ 2017-06-05 14:22 bxzjzg 阅读(262) 评论(0) 推荐(0) 编辑