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