wumu
2025-01-24 69fc6911e8c09e2a34640da642874eab0c8a2256
clientmainwindow.h
@@ -6,6 +6,8 @@
#include "stockpolicy.h"
#include "leadingcompany.h"
#include "showinfomessage.h"
#include "regularinvestment.h"
namespace Ui {
class ClientMainWindow;
@@ -27,6 +29,7 @@
    StockPolicy *m_stockPolicy;
    LeadingCompany *m_leadingCom; // 龙头公司
    ShowInfoMessage *m_showInfoMess; // 显示信息提示
    RegularInvestment *m_regular; // 定投设置
};