王震
2023-11-10 485b40a132a08b8f8bbd16f400ea504bbfb13b19
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
  })
}