王震
2023-10-25 bec6f6b855bd1c9177bf3caf1c28187ad6a061c4
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
  })
}