ÎļþÃû´Ó Service/PBS.Service/02-model/04-elec_price/ElecPriceHourSetting.cs ÐÞ¸Ä |
| | |
| | | /// </summary> |
| | | public class ElecPriceHourSetting |
| | | { |
| | | public ElecPriceHourSetting() { } |
| | | public ElecPriceHourSetting() |
| | | { } |
| | | |
| | | public ElecPriceHourSetting(ElecPriceHourSetting rhs) |
| | | { |
| | |
| | | |
| | | /// <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; } |
| | | |
| | | |
| | | } |
| | | } |
| | | } |