YLouie
2025-09-19 47cf5518f0f61dbf8066c2273b9f77c2cd7b1751
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
  })
}