This commit is contained in:
lnk
2026-03-04 19:15:32 +08:00
parent 50dd5c8a3e
commit d5916f5559
4 changed files with 10 additions and 4 deletions

View File

@@ -38,6 +38,8 @@ public:
QString mp_id; //char型监测点
QString dev_type;//设备类型
bool data_have_statistic;//是否有统计数据0没有1有
QMap<QString, double> mms_str_map; //数据值(61850数据属性名, 数据值)
};