s
王震
2023-11-16 9a85ad47505713fd99b6a0eaffb5f4a0e57fd233
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
  })
}