s
王震
2023-11-02 a20489fcb197b876a0570b1aa9e3bd0994c722a0
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
  })
}