修改运行监控场站及设备信息查询接口

This commit is contained in:
lixiaoyuan
2025-09-06 15:23:07 +08:00
parent aca9a8f0ae
commit 566a3b050c
17 changed files with 468 additions and 302 deletions

View File

@@ -103,10 +103,10 @@ protected:
static MysqlOption option;
// mysql 数据库操作对象
std::shared_ptr<MysqlClient> db_ = nullptr;
std::shared_ptr<MysqlClient> db = nullptr;
// 数据库表名称
string tableName_;
string tableName;
};
#endif // !!! _DaoBase_H_