fix(仪表板、数据大屏): 修复跳转配置报错问题 (#17330)

This commit is contained in:
王嘉豪
2025-10-31 13:20:58 +08:00
committed by GitHub
parent 4769d91468
commit 9b417c19a8

View File

@@ -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;