mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
修改运行监控场站及设备信息查询接口
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user