Crunchy
2024-05-21 0a3b4bac16a4cf49deaddc6b4f3a2aeee90e9061
src/api/plan/productionschedul.js
@@ -60,3 +60,10 @@
    data: data
  })
}
export function getProductionSchedulReport() {
  return request({
    url: '/mes/productionSchedul/getReport',
    method: 'get',
  })
}