zouyu
2023-11-17 7b10179a35a079a098126a1cb3aea2e8d010704d
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
  })
}