using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.IDAL { /// /// 电力价格 /// public interface IElecPrice : IProjectDAL_Cover where T : Entity.ElecPrice, new() { } }