Crunchy
2023-11-18 7c4b02892b24bc2d219217b5f9e352d0eb531c4e
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
  })
}