liding
2025-03-25 4b6d39d4e18710684bc65c5fcac6e6968e311781
src/api/structural/workshop.js
@@ -36,6 +36,15 @@
  });
}
//获取对象零件号附件列表
export function partFileList(query) {
  return request({
    url: '/workShop/partFileList',
    method: 'get',
    params: query
  })
}
// 删除文件
export function delFile(query) {
  return request({