王震
2023-11-06 67aa542b63a1bb80f1e553bc2c1aab5b2a11e8ab
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
  })
}