spring
19 小时以前 8e3c2cb86051e961eb8034fbd9b57ccb3b999487
src/api/productionManagement/processRoute.js
@@ -31,4 +31,12 @@
    method: 'put',
    data: data,
  })
}
// 获取详情
export function getById(id) {
  return request({
    url: `/processRoute/${id}`,
    method: 'get',
  })
}