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)
        {
@@ -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; }
    }
}
}