spring
2025-04-27 41c9b2fa8cef5f45c23d00d33680764b48dfc3cc
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
  })
}