검증게시판 기능 추가
This commit is contained in:
@@ -137,6 +137,11 @@ public class GcAppSettings {
|
||||
@Builder.Default
|
||||
private Integer tradeAlertPopupGridCols = 2;
|
||||
|
||||
/** 검증 이슈 등록·단계 변경 알림 팝업 (기본 true) */
|
||||
@Column(name = "verification_issue_notify", nullable = false)
|
||||
@Builder.Default
|
||||
private Boolean verificationIssueNotify = true;
|
||||
|
||||
/** 실시간 전략 체크 마스터 ON/OFF — ON 이면 DB 관심종목 전체가 체크 대상 */
|
||||
@Column(name = "live_strategy_check", nullable = false)
|
||||
@Builder.Default
|
||||
|
||||
Reference in New Issue
Block a user