Lius
2025-03-24 2c9427b2aa0e5c80850a40b833ffc1580f3f5eb4
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();
}