using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; namespace DongYingAPI.Controllers.api.EnergyEfficiency { /// /// 获取节能量(节电率)接口 /// public class GetAmountEnergyController : ApiController { } }