From 03dc81df7fe0ea0e754abcc5af3d329527428853 Mon Sep 17 00:00:00 2001 From: chenluhua1980 <Chenluhua@qq.com> Date: 星期五, 09 一月 2026 20:06:45 +0800 Subject: [PATCH] 1.工节数据上报。 --- SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h index 6dd9524..6bfda45 100644 --- a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h +++ b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h @@ -69,4 +69,6 @@ afx_msg void OnBnClickedButtonCtrlOnlineRemote(); afx_msg void OnBnClickedButtonQueryControlState(); afx_msg void OnBnClickedButtonQueryProcessState(); + afx_msg void OnBnClickedButtonQueryAllSvid(); + afx_msg void OnBnClickedButtonQueryAllCeid(); }; -- Gitblit v1.9.3