From 330002911a64ea58d6834b64228870228eb75391 Mon Sep 17 00:00:00 2001
From: qin <a@163.com>
Date: 星期四, 20 三月 2025 16:12:33 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 Service/PBS.Service/02-model/04-elec-price/ElecPriceHourSetting.cs |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/Service/PBS.Service/02-model/04-elec_price/ElecPriceHourSetting.cs b/Service/PBS.Service/02-model/04-elec-price/ElecPriceHourSetting.cs
similarity index 81%
rename from Service/PBS.Service/02-model/04-elec_price/ElecPriceHourSetting.cs
rename to Service/PBS.Service/02-model/04-elec-price/ElecPriceHourSetting.cs
index 4cdc73b..8d40a5a 100644
--- a/Service/PBS.Service/02-model/04-elec_price/ElecPriceHourSetting.cs
+++ b/Service/PBS.Service/02-model/04-elec-price/ElecPriceHourSetting.cs
@@ -5,7 +5,8 @@
     /// </summary>
     public class ElecPriceHourSetting
     {
-        public ElecPriceHourSetting() { }
+        public ElecPriceHourSetting()
+        { }
 
         public ElecPriceHourSetting(ElecPriceHourSetting rhs)
         {
@@ -18,29 +19,29 @@
 
         /// <summary>
         /// 鏃舵
-        /// </summary>	
+        /// </summary>
         public eTimeFrame TimeFrame { get; set; }
+
+        public string Name { get; set; }
 
         /// <summary>
         /// 寮�濮嬪皬鏃讹紙0-23锛�
-        /// </summary>	
+        /// </summary>
         public int StartHour { get; set; }
 
         /// <summary>
         /// 缁撴潫灏忔椂锛�0-23锛�
-        /// </summary>	
+        /// </summary>
         public int EndHour { get; set; }
 
         /// <summary>
         /// 浠锋牸
-        /// </summary>	
+        /// </summary>
         public double Price { get; set; }
 
         /// <summary>
         /// 澶囨敞
-        /// </summary>	
+        /// </summary>
         public string Description { get; set; }
-
-
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3