spring
2025-04-27 41c9b2fa8cef5f45c23d00d33680764b48dfc3cc
src/api/warehouse/location.js
@@ -106,3 +106,19 @@
    params: query
  })
}
export function getIfsLocationByGroupCopy(query) {
  return request({
    url: '/mes/location/getIfsLocation/copy',
    method: 'get',
    params: query
  })
}
export function getIfsLocationByGroupCopyAll(query) {
  return request({
    url: '/mes/location/getIfsLocationByGroupCopyAll',
    method: 'get',
    params: query
  })
}