摘要: /** * 将数据转换为树型结构 * * @param sources sources * @return {@link List<DemoData>} */ public static List<DemoData> transToTree(List<DemoData> sources) { if 阅读全文
posted @ 2022-07-14 16:38 yanglei.xyz 阅读(1627) 评论(0) 推荐(0)