| | |
| | | List<MdcProductionTreeModel> queryTreeList(); |
| | | |
| | | /** |
| | | * 查询所有产线信息,并分节点进行显示(添加系统配置) |
| | | */ |
| | | List<MdcProductionTreeModel> queryTreeListByConfig(); |
| | | |
| | | /** |
| | | * 查询所有产线信息,并分节点进行显示 |
| | | */ |
| | | List<MdcProductionTreeModel> queryTreeList(String ids); |
| | |
| | | * @return |
| | | */ |
| | | List<String> findAllProductionIds(List<String> ids); |
| | | |
| | | /** |
| | | * 获取某个节点所有上级节点的id |
| | | * @param parentId 父节点 id |
| | | * @param idList 接收结果集 |
| | | * @return |
| | | */ |
| | | List<String> findParentIdsForProduction(String parentId, List<String> idList); |
| | | |
| | | /** |
| | | * 查询所有产线信息,并分节点进行显示 |
| | | */ |
| | | List<MdcProductionTreeModel> queryTreeListByMdc(String ids); |
| | | |
| | | /** |
| | | * 查询所有产线信息,并分节点进行显示 |
| | | */ |
| | | List<MdcProductionTreeModel> queryTreeListByMdc(); |
| | | } |