zss
2023-11-10 ebb0c6d8aca09a9bf8b7890d895448e86d90c4f9
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
  })
}