From 7c4fe576e5fc20267d5e1d5287cbb2ec77e64c3a Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期二, 19 八月 2025 23:40:18 +0800 Subject: [PATCH] redis --- clientmainwindow.h | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/clientmainwindow.h b/clientmainwindow.h index dbd9395..9bf70ad 100644 --- a/clientmainwindow.h +++ b/clientmainwindow.h @@ -6,6 +6,13 @@ #include "stockpolicy.h" #include "leadingcompany.h" #include "showinfomessage.h" +#include "regularinvestment.h" +#include "historydata.h" +#include "deepseekmainwindow.h" +#include "agilestrategy.h" // 鐏靛姩绛栫暐 +#include "separateanalysis.h" +#include "analysisbyrediscache.h" + namespace Ui { class ClientMainWindow; @@ -27,6 +34,12 @@ StockPolicy *m_stockPolicy; LeadingCompany *m_leadingCom; // 榫欏ご鍏徃 ShowInfoMessage *m_showInfoMess; // 鏄剧ず淇℃伅鎻愮ず + RegularInvestment *m_regular; // 瀹氭姇璁剧疆 + HistoryData *m_history; // 鍘嗗彶鐩稿叧 + DeepSeekMainWindow *m_deepSeek; // 涓偂娣辨悳 + AgileStrategy *m_agileStrategy; // 鐏靛姩绛栫暐 + SeparateAnalysis *m_separateAnalysis; // 涓偂鍒嗘瀽 鍗曠嫭鍒嗘瀽 + AnalysisByRedisCache *m_analysisByRedisCache; // 涓偂鍒嗘瀽 閫氳繃缂撳瓨鍒嗘瀽 }; -- Gitblit v1.8.0