From 6aae0b4d094c54cd5d7d27cda7b439d9d62d0bc7 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期日, 23 五月 2021 14:43:04 +0800
Subject: [PATCH] 能耗功能,红外宝功能

---
 HDL_ON/Common/R.cs |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs
index 5c81eaf..0ca8016 100644
--- a/HDL_ON/Common/R.cs
+++ b/HDL_ON/Common/R.cs
@@ -4,7 +4,29 @@
 {
     public static class StringId
     {
-
+        /// <summary>
+        /// 鏈湀鑳借��
+        /// </summary>
+        public const int EnergyConsumptionOfThisMonth = 460;
+        /// <summary>
+        /// 瀹炴椂鑳借��
+        /// </summary>
+        public const int RealTimeEnergyConsumption=459;
+        /// <summary>
+        /// 鏃ユ湡
+        /// </summary>
+        public const int Date = 458;
+        /// <summary>
+        /// 鑳借��
+        /// </summary>
+        public const int EnergyConsumption = 457;
+        /// <summary>
+        /// 鐢诲竷
+        /// </summary>
+        public const int Canvas = 456;
+        /// <summary>
+        /// 鍚嶇О涓嶈兘涓虹┖
+        /// </summary>
         public const int NameCannotBeEmpty = 455;
         /// <summary>
         /// 甯冮槻淇℃伅

--
Gitblit v1.8.0