Merge pull request #13730 from dataease/pr@dev-v2@style_free_resource_relation

style(X-Pack): 游离资源-血缘关系图节点存在挤压现象
This commit is contained in:
xuwei-fit2cloud
2024-12-02 17:00:08 +08:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -23,4 +23,6 @@ public class FreeRelationVO implements Serializable {
private List<FreeRelationLink> links;
private List<FreeRelationNode> nodes;
private int maxNodeSize;
}