| | |
| | | }); |
| | | attrVOs = finalAttrVOs; |
| | | } |
| | | //// TODO: 2024/12/2 Ludc 返回值排序 |
| | | // TODO: 2024/12/2 Ludc 返回值排序 |
| | | return attrVOs.stream().sorted(Comparator.comparing(o->o.getId(),String.CASE_INSENSITIVE_ORDER)).collect(Collectors.toList()); |
| | | } |
| | | |
| | |
| | | tree.setParentName(bizType.fName); |
| | | Map<String, String> atrrMap = new HashMap<>(); |
| | | atrrMap.put("name", bizType.name); |
| | | atrrMap.put("lable", bizType.label); |
| | | atrrMap.put("label", bizType.label); |
| | | tree.setAttributes(atrrMap); |
| | | trees.add(tree); |
| | | }); |
| | |
| | | excelReapeat.put(osBtmTypePO.getName(), osBtmTypePO.getRowIndex()); |
| | | BizType bizType = new BizType(); |
| | | bizType.name = osBtmTypePO.getName(); |
| | | bizType.label = osBtmTypePO.getLable(); |
| | | bizType.label = osBtmTypePO.getLabel(); |
| | | bizType.description = osBtmTypePO.getDescription(); |
| | | bizType.fName = osBtmTypePO.getFName(); |
| | | bizType.implClass = osBtmTypePO.getImplClass(); |