mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
实现系统管理表格操作接口、分页操作
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
#include <common/DataFields.h>
|
||||
#include "common/Fields.h"
|
||||
|
||||
class CommEntity;
|
||||
|
||||
@@ -26,7 +26,7 @@ public:
|
||||
|
||||
|
||||
//std::map<std::string, std::string> mapAttrs;
|
||||
DataFields attrs;
|
||||
Fields attrs;
|
||||
|
||||
// 通讯entity
|
||||
std::shared_ptr<CommEntity> commEntity;
|
||||
@@ -39,7 +39,7 @@ public:
|
||||
// 启动通讯
|
||||
int startComm();
|
||||
|
||||
static std::shared_ptr<Device> create(DataFields& fields);
|
||||
static std::shared_ptr<Device> create(Fields& fields);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user