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