提交 8e84003f 编写于 作者: S serge-rider

#3310 GraphML export: include data type/comment (depends on config)

上级 4e0f9e02
......@@ -180,7 +180,7 @@ public class ERDExportGraphML implements ERDExportFormatHandler
if (attrsString.length() > 0) {
attrsString.append("\n");
}
attrsString.append(attr.getName());
attrsString.append(attr.getLabelText());
}
xml.addText(attrsString.toString());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册