Service/PBS.Service/01-entity/04-elec_price/ElecPrice.cs
@@ -1,10 +1,13 @@ using System; using Yw.Entity; namespace PBS.Entity { /// <summary> /// 电力价格 /// </summary> [SysType("pbs_elec_price")] [SugarTable("pbs_elec_price")] public class ElecPrice : Yw.Entity.BaseEntity, System.ICloneable { public ElecPrice()