From 64c0604d9a7d2460f6bf1b6cc7df02d769db3a15 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期三, 19 六月 2024 09:23:32 +0800
Subject: [PATCH] 优化预测错误日志

---
 WaterPredict/IStation.ChEr.WebApi.Predict/Converters/DateTimeNullableJsonConverter.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WaterPredict/IStation.ChEr.WebApi.Predict/Converters/DateTimeNullableJsonConverter.cs b/WaterPredict/IStation.ChEr.WebApi.Predict/Converters/DateTimeNullableJsonConverter.cs
index 68664d1..3e87e68 100644
--- a/WaterPredict/IStation.ChEr.WebApi.Predict/Converters/DateTimeNullableJsonConverter.cs
+++ b/WaterPredict/IStation.ChEr.WebApi.Predict/Converters/DateTimeNullableJsonConverter.cs
@@ -1,7 +1,7 @@
 锘縰sing System.Text.Json;
 using System.Text.Json.Serialization;
 
-namespace Yw.WebApi
+namespace IStation.ChEr.WebApi
 {
     /// <summary>
     /// 

--
Gitblit v1.9.3