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