From 8f4eb9a829d70a28c1d6dff8baa1034e57878c56 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 13 八月 2025 23:07:34 +0800 Subject: [PATCH] 250813 --- clientmainwindow.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/clientmainwindow.h b/clientmainwindow.h index 6301130..d305686 100644 --- a/clientmainwindow.h +++ b/clientmainwindow.h @@ -8,6 +8,9 @@ #include "showinfomessage.h" #include "regularinvestment.h" #include "historydata.h" +#include "deepseekmainwindow.h" +#include "agilestrategy.h" // 鐏靛姩绛栫暐 +#include "separateanalysis.h" namespace Ui { @@ -32,6 +35,9 @@ ShowInfoMessage *m_showInfoMess; // 鏄剧ず淇℃伅鎻愮ず RegularInvestment *m_regular; // 瀹氭姇璁剧疆 HistoryData *m_history; // 鍘嗗彶鐩稿叧 + DeepSeekMainWindow *m_deepSeek; // 涓偂娣辨悳 + AgileStrategy *m_agileStrategy; // 鐏靛姩绛栫暐 + SeparateAnalysis *m_separateAnalysis; // 涓偂鍒嗘瀽 鍗曠嫭鍒嗘瀽 }; -- Gitblit v1.8.0