wangting
2024-11-21 29af88d0a7741cf1de46a9fe8c62c58ec849433c
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
  });
}