wlzboy
2025-11-09 fa5ea853099e88be253fca4fb2b0c2b7af5f396e
ruoyi-system/src/main/java/com/ruoyi/system/service/IDepartmentSyncService.java
@@ -2,6 +2,8 @@
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.system.domain.DepartmentSyncDTO;
import com.ruoyi.system.domain.OrderClassDTO;
import java.util.List;
/**
@@ -26,7 +28,7 @@
     * @param branchDepts 外部传入的分公司数据列表
     * @return 同步结果
     */
    AjaxResult syncBranchDepartments(List<DepartmentSyncDTO> branchDepts);
    AjaxResult syncBranchDepartments(List<DepartmentSyncDTO> branchDepts, List<OrderClassDTO> orderClassDTOs,List<OrderClassDTO> dispatchClassDTOs);
    
    /**
     * 同步转运部和子部门数据(使用外部传入的数据源)