mobile download
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -44,6 +44,11 @@ public class GcStrategy {
|
||||
@JdbcTypeCode(SqlTypes.JSON)
|
||||
private String sellConditionJson;
|
||||
|
||||
/** 편집기 flow layout — START 분봉·좌표·orphans (Logic Expression 표시·평가 분봉 동기화) */
|
||||
@Column(name = "flow_layout_json", columnDefinition = "JSON")
|
||||
@JdbcTypeCode(SqlTypes.JSON)
|
||||
private String flowLayoutJson;
|
||||
|
||||
@Column(name = "enabled", nullable = false)
|
||||
@Builder.Default
|
||||
private Boolean enabled = true;
|
||||
|
||||
Reference in New Issue
Block a user