매매 시그널 알림 화면 수정
This commit is contained in:
@@ -67,6 +67,11 @@ public class GcAppSettings {
|
||||
@Builder.Default
|
||||
private String displayTimezone = "Asia/Seoul";
|
||||
|
||||
/** 차트 하단 시간축 표시 포맷 (예: yyyy-MM-dd HH:mm) */
|
||||
@Column(name = "chart_time_format", length = 64, nullable = false)
|
||||
@Builder.Default
|
||||
private String chartTimeFormat = "MM-dd HH:mm";
|
||||
|
||||
/** 캔들 색상 JSON (frontend MainChartStyle 구조) */
|
||||
@Column(name = "main_chart_style_json", columnDefinition = "JSON")
|
||||
@JdbcTypeCode(SqlTypes.JSON)
|
||||
|
||||
Reference in New Issue
Block a user