CD配唱片
2025-05-08 ebc5ce2b6e4cba0708d4f5efd20fd049fcd774e6
src/api/basicData/sheetMetalConfig/sheetMetalConfig.js
@@ -23,3 +23,12 @@
    params: query
  });
}
//  钣金冗余工单报表 apsPlatePlan/redundantOrderList
export function redundantOrderList(query) {
  return request({
    url: `/aps/apsPlatePlan/redundantOrderList`,
    method: "get",
    params: query
  });
}