田源
2024-08-23 9e20b9fb77a41cb5b4a6eb6213fc51cab1f0bb91
Source/plt-web/plt-web-ui/src/api/modeling/linkType/api.js
@@ -8,6 +8,14 @@
  });
}
// 查询所有的属性,参数name(链接类型模板名称)
export function getAllAttributeByLink(params) {
  return request({
    url: "/api/linkTypeController/getAllAttributeByLink",
    method: "get",
    params
  });
}
// 通过属性池返回的 attributes 获取完整的信息
export function getByAttributeNames(params) {
  return request({