ningshuxia
2025-03-20 d1807075581920a8c94a409b11a9c88dd869be1e
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;