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({