/***************************************************************************** * @copyright Copyright (c) 2025-2055 Gary. All rights reserved. * @file app_comm.h * @brief xx功能 * @author Gary * @date 2024-09-03 * @remark *****************************************************************************/ #ifndef APP_COMM_H #define APP_COMM_H //填写一些常用的配置或者数据库路径 #define MAP_PATH "/opt/ems/" #endif // APP_COMM_H