일목균형표 수정
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user