Browse Source
- listTree(groupCode): 复用扁平启用列表内存组两级树, 一级为根带 children(仅启用子项), 不新建缓存key (Q4) - listChildren(groupCode, parentCode): 取一级项直接启用子项, 父不存在返空 - DictItemDTO 加 children (仅 listTree 填充); getItem/listEnabledItems 扁平接口不变, 现存消费方零改动 - 测试助手 newChildItem; 新增2测试 listTree_twoLevel/listChildren_byParentCode; 50 全绿 (+2)master
5 changed files with 94 additions and 0 deletions
Loading…
Reference in new issue