| | |
| | | #include "showinfomessage.h" |
| | | #include "regularinvestment.h" |
| | | #include "historydata.h" |
| | | #include "deepseekmainwindow.h" |
| | | #include "agilestrategy.h" // 灵动策略 |
| | | #include "separateanalysis.h" |
| | | #include "analysisbyrediscache.h" |
| | | |
| | | |
| | | namespace Ui { |
| | |
| | | ShowInfoMessage *m_showInfoMess; // 显示信息提示 |
| | | RegularInvestment *m_regular; // 定投设置 |
| | | HistoryData *m_history; // 历史相关 |
| | | DeepSeekMainWindow *m_deepSeek; // 个股深搜 |
| | | AgileStrategy *m_agileStrategy; // 灵动策略 |
| | | SeparateAnalysis *m_separateAnalysis; // 个股分析 单独分析 |
| | | AnalysisByRedisCache *m_analysisByRedisCache; // 个股分析 通过缓存分析 |
| | | |
| | | |
| | | }; |