02-desktop/Model/IStation.Model.Basic/ElecPrice/ElecPriceSetting.cs
@@ -12,7 +12,7 @@ public ElecPriceSetting(ElecPriceSetting rhs) { this.MonthList = rhs.MonthList?.Select(x => new ElecPriceMonthSetting(x)).ToList(); MonthList = rhs.MonthList?.Select(x => new ElecPriceMonthSetting(x)).ToList(); } /// <summary>