chenrui
2025-03-28 5692bc829ac5cb1b1fbd113a89c44d2d3c3a41ee
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
  })
}