value
2023-08-30 d54e75b9b61dbf7a3b15e001f60bd72520a58217
src/api/inspection/rawmaterial.js
@@ -8,3 +8,19 @@
    params
  })
}
export function addInspect(data){
  return request({
    url: '/inspection/addInspect',
    method: 'post',
    data
  })
}
export function selectInspectsListById(params){
  return request({
    url: '/inspection/selectInspectsListById',
    method: 'get',
    params
  })
}