Fixiaobai
2023-08-30 62fd60fd93920ff5062c2e24b21ea8a71acdbe2e
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
  })
}