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