Crunchy
2025-01-13 01d423865ae5eddf91f35c8526f5683c3b430870
src/api/plan/productionschedul.js
@@ -60,3 +60,10 @@
    data: data
  })
}
export function getProductionSchedulReport() {
  return request({
    url: '/mes/productionSchedul/getReport',
    method: 'get',
  })
}