11
86134
2023-11-10 fcd180cc41cd8380c48a78faf775aaf3b64d9ee1
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
  })
}