From e267db1832578f34ed81b70c9524356c5dd75462 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 02 九月 2022 15:42:56 +0800 Subject: [PATCH] 增加光伏储能入口 --- HDL_ON/Common/R.cs | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index c1c0dbf..c83a079 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,6 +4,32 @@ { public static class StringId { + + public const int OperationDataTotalData = 568; + /// <summary> + /// 鐢垫睜SOC + /// </summary> + public const int BatterySOC = 567; + /// <summary> + /// 褰撳墠鍙戠數鍔熺巼 + /// </summary> + public const int CurrentPowerGeneration = 566; + /// <summary> + /// 浠婃棩鐢甸噺 + /// </summary> + public const int PowerTenerationToday = 565; + /// <summary> + /// 宸ヤ綔妯″紡 + /// </summary> + public const int WorkingMode = 564; + /// <summary> + /// 宸ヤ綔姝e父 + /// </summary> + public const int NormalOperation = 563; + /// <summary> + /// 鍏変紡鍌ㄨ兘 + /// </summary> + public const int PhotovoltaicEnergyStorage = 562; /// <summary> /// 鍘熷瘑鐮� /// </summary> -- Gitblit v1.8.0