zss
2023-12-27 aa6bb1f2363c33e1d3a6c03e984b928160dcca5c
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
  })
}