일목균형표 수정

This commit is contained in:
Macbook
2026-05-27 23:36:48 +09:00
parent 9cee6387c3
commit 8cc0d1c88c
73 changed files with 2256 additions and 334 deletions
@@ -107,6 +107,11 @@ public class GcAppSettings {
@JdbcTypeCode(SqlTypes.JSON)
private String chartLegendOptionsJson;
/** 차트 pane 구분선 옵션 JSON (visible, color, width, lineStyle) */
@Column(name = "chart_pane_separator_json", columnDefinition = "JSON")
@JdbcTypeCode(SqlTypes.JSON)
private String chartPaneSeparatorJson;
/** 매매 시그널 발생 시 알림 팝업 표시 여부 (기본 true) */
@Column(name = "trade_alert_popup", nullable = false)
@Builder.Default