spring
2025-04-27 2a2d753357f4d3c26b3622513ffb6e647f64704a
src/api/plan/productionschedul.js
@@ -60,3 +60,10 @@
    data: data
  })
}
export function getProductionSchedulReport() {
  return request({
    url: '/mes/productionSchedul/getReport',
    method: 'get',
  })
}