zhangherong
2025-03-25 2a53365575128e1161f4376b4be902049de38a82
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();
}