zss
2023-11-28 e969c1f0523c69fe854fdcad7d8d8e2da6dcf30d
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
  })
}