mobile download

This commit is contained in:
Macbook
2026-05-28 14:44:19 +09:00
parent e2816b037f
commit 3503ef33f5
152 changed files with 11021 additions and 687 deletions
@@ -233,6 +233,11 @@ public class GcAppSettings {
@JdbcTypeCode(SqlTypes.JSON)
private String trendSearchSettingsJson;
/** 편집기·팔레트·패널 크기·가상투자 목록 등 UI 설정 통합 JSON */
@Column(name = "ui_preferences_json", columnDefinition = "JSON")
@JdbcTypeCode(SqlTypes.JSON)
private String uiPreferencesJson;
@Column(name = "created_at", nullable = false, updatable = false)
private LocalDateTime createdAt;