17 lines
339 B
C#
17 lines
339 B
C#
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
|
|
{
|
|
/// <summary>
|
|
/// 获取电费电价接口
|
|
/// </summary>
|
|
public class GetElectricityPriceController : ApiController
|
|
{
|
|
}
|
|
}
|