yuxc
2025-01-15 2bea732496b4f5051233ed94e206160992351596
Source/plt-web/plt-web-ui/src/api/UI/uiDefine.js
@@ -303,3 +303,13 @@
  });
}
// 产品树
export function getEbomInfo(params) {
  return request({
    url: "/api/dataTestController/getEbomInfo",
    method: "get",
    params
  });
}