refactor(仪表板、数据大屏): 跳转弹窗支持设置弹窗大小

This commit is contained in:
wangjiahao
2024-09-19 23:01:22 +08:00
parent eaa7a0e2a6
commit f3a756cc2b
9 changed files with 80 additions and 11 deletions

View File

@@ -29,6 +29,12 @@ public class VisualizationLinkJumpInfoVO {
*/
private String jumpType;
/**
* 窗口大小large middle small
*/
private String windowSize;
/**
* 关联仪表板ID
*/