XNSim/XNInterfaceGenServer/GetInterfaceData.h

18 lines
390 B
C
Raw Permalink Normal View History

#pragma once
#include "PublicDefine.h"
/**
* @brief SQLite数据库中读取接口信息
*/
class GetInterfaceData
{
public:
/**
* @brief
* @param tableName
* @return
*/
static AllInterfaceData getInterfaceData(const std::string &tableName, std::string &errorMsg);
};