mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
实现系统管理表格操作接口、分页操作
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "common/DataFields.h"
|
||||
#include "common/Fields.h"
|
||||
|
||||
class CommEntity
|
||||
{
|
||||
@@ -35,5 +35,5 @@ public:
|
||||
class Communicator
|
||||
{
|
||||
public:
|
||||
static std::shared_ptr<CommEntity> createEntity(DataFields& data);
|
||||
static std::shared_ptr<CommEntity> createEntity(Fields& data);
|
||||
};
|
||||
Reference in New Issue
Block a user