miaoxuyu
2023-10-19 2447c6a50d833a579af3659daed2cb16108e8cc0
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
  })
}