mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 11:21:44 +08:00
fix(仪表板、数据大屏): 修复跳转配置报错问题 (#17330)
This commit is contained in:
@@ -28,12 +28,10 @@ public class SnapshotVisualizationLinkJumpTargetViewInfo {
|
||||
@Column(name = "source_field_active_id")
|
||||
private Long sourceFieldActiveId;
|
||||
|
||||
@Size(max = 50)
|
||||
@Comment("目标图表ID")
|
||||
@Column(name = "target_view_id", length = 50)
|
||||
private Long targetViewId;
|
||||
|
||||
@Size(max = 50)
|
||||
@Comment("目标字段ID")
|
||||
@Column(name = "target_field_id", length = 50)
|
||||
private Long targetFieldId;
|
||||
|
||||
Reference in New Issue
Block a user