WinFrmUI/Yw.WinFrmUI.Hydro.Core/10-working/00-core/HydroWorkingExtensions.cs
@@ -5,6 +5,15 @@ /// </summary> public static class HydroWorkingExtensions { /// <summary> /// 更新工况信息 /// </summary> public static void UpdateWorkingInfo(this Yw.Model.HydroModelInfo hydroInfo, string workingInfo) { hydroInfo.UpdateWorkingInfo(JsonHelper.Json2Object<HydroWorkingInfoViewModel>(workingInfo)); } /// <summary> /// 更新工况信息 /// </summary> @@ -105,7 +114,6 @@ } }