zouyu
2023-11-13 5381292617ad40f2fc7a9266ceb964a672d25a5a
1
2
3
4
5
6
7
8
9
import request from '@/router/axios'
 
export function getCheckRawPart(params) {
  return request({
    url: '/mes/product/checkRawPart',
    method: 'post',
    data: params
  })
}