zhangwencui
2026-01-15 a4203d1c0e24a69b3de3a4cf9f3cb1d727602224
src/api/productionManagement/processRoute.js
@@ -31,4 +31,12 @@
    method: 'put',
    data: data,
  })
}
// 获取详情
export function getById(id) {
  return request({
    url: `/processRoute/${id}`,
    method: 'get',
  })
}