From 97e9c6896ffaedcc2c00fb4ea1bee6a5cdbc4a5d Mon Sep 17 00:00:00 2001 From: darker <mr.darker@163.com> Date: 星期五, 21 二月 2025 15:55:55 +0800 Subject: [PATCH] 1. 报警记录界面加载数据库的数据,并且实现过滤查找 --- SourceCode/Bond/Servo/Common.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/Servo/Common.h b/SourceCode/Bond/Servo/Common.h index c33f6a0..f6ab0b4 100644 --- a/SourceCode/Bond/Servo/Common.h +++ b/SourceCode/Bond/Servo/Common.h @@ -26,3 +26,8 @@ #define BTN_LOG_BKGND_NORMAL RGB(232, 232, 232) #define BTN_LOG_BKGND_HOVER RGB(153, 217, 234) #define BTN_LOG_BKGND_PRESS RGB(133, 203, 225) + +/* Equipment ID */ +#define EQ_ID_EFEM 1 +#define EQ_ID_Bonder1 2 +#define EQ_ID_Bonder2 3 \ No newline at end of file -- Gitblit v1.9.3