Application/IStation.Application.OpenApi/shys/plan/dto/PlanAnaDto.cs
@@ -25,6 +25,11 @@ /// 12个月数据数组[供水量,耗电量,千吨水能耗] /// </summary> public List<List<double>> values { get; set; } /// <summary> /// 错误信息 /// </summary> public string Error { get; set; } } }