From 509cab4025caa96e6b3e3962916b0d8cdadc4b93 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 20 八月 2025 23:35:29 +0800 Subject: [PATCH] 250820 --- clientmainwindow.h | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/clientmainwindow.h b/clientmainwindow.h index 6301130..9bf70ad 100644 --- a/clientmainwindow.h +++ b/clientmainwindow.h @@ -8,6 +8,10 @@ #include "showinfomessage.h" #include "regularinvestment.h" #include "historydata.h" +#include "deepseekmainwindow.h" +#include "agilestrategy.h" // 鐏靛姩绛栫暐 +#include "separateanalysis.h" +#include "analysisbyrediscache.h" namespace Ui { @@ -32,6 +36,10 @@ 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