duhuizhe
2023-10-16 3aa55dd3f62cee2c1c4c0aa74e1570acf83f8927
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//package com.consum.base.util;
//
//import com.consum.model.po.FinSysTenant;
//import com.walker.infrastructure.tree.TreeNode;
//
//import java.util.List;
//
///**
// * @Description 区划节点
// * @Author wh
// * @Date 2023/7/11 11:26
// */
//public class FinSysTenantUtils {
//
//    public FinSysTenantUtils() {
//    }
//
//    public static final List<TreeNode> getFinSysTenantTree(List<FinSysTenant> finSysTenantList) {
//        FinSysTenantGenerator finSysTenantGenerator = new FinSysTenantGenerator((String)null);
//        finSysTenantGenerator.setEntityList(finSysTenantList);
//        List<TreeNode> treeNodeList = finSysTenantGenerator.getTreeRootList();
//        return treeNodeList;
//    }
//
//
//}