zss
2023-12-05 820e0a3ba5a1cb735c85a82d5ee5855dfd7afd60
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
  })
}