#ifndef __TABLE_INFO__ #define __TABLE_INFO__ // 联系类型表; typedef struct __ST_MODINFO__ { std::string strName; // 模块名; std::string strAddress; // 模块地址; std::string strVersion; // 模块版本; }STModInfo, *pSTModInfo; #endif