wumu
2025-02-10 696f5b6779bd1f904c2497bb29a1cc991ab0477a
clientmainwindow.h
@@ -6,6 +6,9 @@
#include "stockpolicy.h"
#include "leadingcompany.h"
#include "showinfomessage.h"
#include "regularinvestment.h"
#include "historydata.h"
namespace Ui {
class ClientMainWindow;
@@ -27,6 +30,8 @@
    StockPolicy *m_stockPolicy;
    LeadingCompany *m_leadingCom; // 龙头公司
    ShowInfoMessage *m_showInfoMess; // 显示信息提示
    RegularInvestment *m_regular; // 定投设置
    HistoryData *m_history; // 历史相关
};