gaoluyang
2025-02-17 d7c4759b8c5c6fb766f3b9dac1bee5fec6026f5e
src/api/structural/structureTestObjectPart.js
@@ -4,7 +4,7 @@
export function selectByTestObjectId(query) {
  return request({
    url: '/structureTestObjectPart/selectByTestObjectId',
    method: 'post',
    method: 'get',
    params: query
  })
}
@@ -36,7 +36,7 @@
export function selectByProductId(query) {
  return request({
    url: '/productPart/selectByProductId',
    method: 'post',
    method: 'get',
    params: query
  })
}