From 6a407cd9fb759ce68ff289ae26dd854ddc310314 Mon Sep 17 00:00:00 2001
From: tx <123456>
Date: 星期二, 15 四月 2025 13:23:17 +0800
Subject: [PATCH] 遗漏

---
 Client/DesktopDebugFwOpen/Program.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Client/DesktopDebugFwOpen/Program.cs b/Client/DesktopDebugFwOpen/Program.cs
index 7ae033e..0d75bf0 100644
--- a/Client/DesktopDebugFwOpen/Program.cs
+++ b/Client/DesktopDebugFwOpen/Program.cs
@@ -18,6 +18,10 @@
             Application.SetCompatibleTextRenderingDefault(false);
 
             DPumpHydr.OpenModel.ApiRequest apiRequest = new OpenModel.ApiRequest();
+            apiRequest.StepNumber = 1;
+
+
+
             DPumpHydr.OpenFwUI.Volute.MainWindow mainWindow = new OpenFwUI.Volute.MainWindow();
             var apiResult = mainWindow.Show(apiRequest);
           //  Application.Run(new Form1());

--
Gitblit v1.9.3