|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace DataServer.api.EnergyEfficiency
|
|
{
|
|
/// <summary>
|
|
/// 获取电费电价接口响应实体
|
|
/// </summary>
|
|
public class get_electricity_price_response
|
|
{
|
|
}
|
|
}
|