forked from gary/ems
2
0
Fork 0
sun_ems/ems_c/app/app_comm.h

16 lines
509 B
C

/*****************************************************************************
* @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