chenrui
2025-03-28 5692bc829ac5cb1b1fbd113a89c44d2d3c3a41ee
src/api/plan/productionschedul.js
@@ -60,3 +60,10 @@
    data: data
  })
}
export function getProductionSchedulReport() {
  return request({
    url: '/mes/productionSchedul/getReport',
    method: 'get',
  })
}