摘要:
@Datapublic class SysDeptModel { private Long id; private String name; private Long pid; private List<SysDeptModel> childrens;}// List<SysDept> sysDep 阅读全文
posted @ 2021-06-29 19:37
独醉笑清风
阅读(940)
评论(0)
推荐(0)
摘要:
引入 <link rel="stylesheet" href="asset/jquery.jOrgChart.css"> <script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script><script src="as 阅读全文
posted @ 2021-06-29 19:33
独醉笑清风
阅读(97)
评论(0)
推荐(0)