Service/PBS.Service/02-model/04-elec-price/ElecPrice.cs
文件名从 Service/PBS.Service/02-model/04-elec_price/ElecPrice.cs 修改 @@ -16,7 +16,6 @@ this.ID = rhs.ID; this.Name = rhs.Name; this.TakeDay = rhs.TakeDay; this.ExpireDay = rhs.ExpireDay; this.Settings = rhs.Settings == null ? null : new ElecPriceSetting(rhs.Settings); this.Description = rhs.Description;