검증게시판 기능 추가

This commit is contained in:
Macbook
2026-05-27 15:41:19 +09:00
parent 7a0af36b9b
commit 63693d47c0
57 changed files with 4480 additions and 14 deletions
@@ -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