From f80dce34c60279a4c2054a9959df81473f4e8056 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期二, 20 四月 2021 14:39:31 +0800 Subject: [PATCH] 1 --- HDL_ON/Entity/ResponseEntity/CityInfo.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Entity/ResponseEntity/CityInfo.cs b/HDL_ON/Entity/ResponseEntity/CityInfo.cs old mode 100755 new mode 100644 index c0a2296..c6f2a93 --- a/HDL_ON/Entity/ResponseEntity/CityInfo.cs +++ b/HDL_ON/Entity/ResponseEntity/CityInfo.cs @@ -57,7 +57,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