11
86134
2023-11-09 4a6cc45c4843b1294d6e0b6b39efabb6dae5544d
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
  })
}