Web/src/api/device/wcsOderTask.ts
@@ -5,6 +5,8 @@
  UpdateWcsOderTask = '/api/wcsOderTask/update',
  PageWcsOderTask = '/api/wcsOderTask/page',
  DetailWcsOderTask = '/api/wcsOderTask/detail',
  GetGroupSkuList = '/api/WcsBoxInfo/GroupSkuList',
}
// 增加分拣任务
@@ -47,4 +49,11 @@
         data: { id },
      });
// 分页查询分拣任务
export const GetGroupSkuList = () =>
   request({
         url: Api.GetGroupSkuList,
         method: 'get',
      });