ningshuxia
2025-03-24 f7d479db638f3d9e3aeb05ec82dc2818f14bf903
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()