王震
2023-11-24 85ab7e9ab31f64a08d627fb5e3a4f8a3dd8dbc46
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
  })
}