C#用树形结构递归渲染权限列表
摘要:一.先写一个树形结构的工具类 public class Tree { public int Id { set; get; } public int? ParentId { set; get; } public string Name { set; get; } public string Icon
阅读全文
posted @ 2020-10-17 11:16
posted @ 2020-10-17 11:16
posted @ 2020-10-03 10:22