mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 11:19:24 +08:00
实现系统总览、统计分析的图标数据接口
This commit is contained in:
@@ -129,9 +129,12 @@ public slots:
|
||||
QVariantMap getStatisticTotal();
|
||||
// 获取按天统计数据
|
||||
QVariantList getStatisticDay(const QString& startDate, int nday=7);
|
||||
// 获取一天的
|
||||
|
||||
// 获取一天的发电功率
|
||||
QVariantList getStatisticPowerDay();
|
||||
// 获取一天的辐照度
|
||||
QVariantList getStatisticIrradianceDay();
|
||||
|
||||
QVariantList getCurveDataDay(int a, int b);
|
||||
|
||||
public:
|
||||
QString nativeText_;
|
||||
|
||||
Reference in New Issue
Block a user