mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 11:19:24 +08:00
实现削峰套利策略的编辑页面
This commit is contained in:
15
src/app/Policy.h
Normal file
15
src/app/Policy.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include "common/Fields.h"
|
||||
|
||||
class MyPolicy
|
||||
{
|
||||
public:
|
||||
int policyId {0};
|
||||
int type {0};
|
||||
std::string name;
|
||||
std::string value;
|
||||
int isOpen {0};
|
||||
|
||||
Fields fields;
|
||||
};
|
||||
Reference in New Issue
Block a user