추세검색 설정 추가

This commit is contained in:
Macbook
2026-05-27 01:36:06 +09:00
parent c1bcf88c6c
commit 2e08c6b16f
42 changed files with 1507 additions and 226 deletions
@@ -50,4 +50,8 @@ public class LiveStrategySettingsDto {
/** true면 gc_app_settings 전역 템플릿 갱신 생략 */
private Boolean skipGlobalTemplate;
/** 가상투자 투자대상 고정 — ON 이면 목록에서 삭제 불가 (JSON: isPinned) */
@JsonProperty("isPinned")
private Boolean pinned;
}