From 663c2165bde5747a8a5289aa456b49a9bbd26906 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期一, 18 十月 2021 09:20:36 +0800
Subject: [PATCH] 2021-10-18 09:20:29
---
HDL_ON/Entity/ResponseEntity/CityInfo.cs | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/HDL_ON/Entity/ResponseEntity/CityInfo.cs b/HDL_ON/Entity/ResponseEntity/CityInfo.cs
index 490049e..9a8a914 100644
--- a/HDL_ON/Entity/ResponseEntity/CityInfo.cs
+++ b/HDL_ON/Entity/ResponseEntity/CityInfo.cs
@@ -30,11 +30,19 @@
/// 鏃跺尯
/// </summary>
public string timeZone;
+ /// <summary>
+ /// 鏈�浣庢俯
+ /// </summary>
+ public string lowestTemperature = "--";
+ /// <summary>
+ /// 鏈�楂樻俯
+ /// </summary>
+ public string highestTemperature = "--";
/// <summary>
/// 娓╁害
/// </summary>
- public string temperature = "--掳";
+ public string temperature = "--";
/// <summary>
/// 婀垮害
/// </summary>
@@ -57,7 +65,7 @@
public string windDir;
//"UpdateTime": "0001-01-01T00:00:00",
public string aqi;
- public string air_Quality;
+ public string air_Quality = "--";
public string pm10;
public string pm25 = "--";
public string no2;
--
Gitblit v1.8.0