田源
2025-01-15 78fa1f005a9ec2581611e53d7eba8efeacb4df6e
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
  });
}