lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/service/IMdcProductionService.java
@@ -131,4 +131,14 @@ * @return */ List<String> findParentIdsForProduction(String parentId, List<String> idList); /** * 查询所有产线信息,并分节点进行显示 */ List<MdcProductionTreeModel> queryTreeListByMdc(String ids); /** * 查询所有产线信息,并分节点进行显示 */ List<MdcProductionTreeModel> queryTreeListByMdc(); }