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