qin
2025-03-20 330002911a64ea58d6834b64228870228eb75391
Service/PBS.Service/02-model/04-elec-price/ElecPriceHourSetting.cs
ÎļþÃû´Ó 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)
        {
@@ -20,6 +21,8 @@
        /// æ—¶æ®µ
        /// </summary>   
        public eTimeFrame TimeFrame { get; set; }
        public string Name { get; set; }
        /// <summary>
        /// å¼€å§‹å°æ—¶ï¼ˆ0-23)
@@ -40,7 +43,5 @@
        /// å¤‡æ³¨
        /// </summary>   
        public string Description { get; set; }
    }
}