From 9dba1b6adc0bbb4aa8cc531f4e6d822bf1a56be3 Mon Sep 17 00:00:00 2001 From: chenn <gu.beic@qq.com> Date: 星期五, 28 三月 2025 17:45:48 +0800 Subject: [PATCH] 添加例子 --- WinFrmUI/DPumpHydr.WinFrmUI.Volute/基本参数/ViewModel/HdrBaseInfo.cs | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git "a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\345\237\272\346\234\254\345\217\202\346\225\260/ViewModel/HdrBaseInfo.cs" "b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\345\237\272\346\234\254\345\217\202\346\225\260/ViewModel/HdrBaseInfo.cs" index a886c03..a125c40 100644 --- "a/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\345\237\272\346\234\254\345\217\202\346\225\260/ViewModel/HdrBaseInfo.cs" +++ "b/WinFrmUI/DPumpHydr.WinFrmUI.Volute/\345\237\272\346\234\254\345\217\202\346\225\260/ViewModel/HdrBaseInfo.cs" @@ -42,11 +42,26 @@ /// 褰㈢姸绫诲瀷 0 鏃嬭浆鍨� 1 鍙岃湕澹冲瀷 2 鐜瀷 3鍑嗘棆杞瀷 /// </summary> public int ShapeType { get; set; } + /// <summary> + /// 娴侀噺 + /// </summary> public double Q { get; set; } + /// <summary> + /// 鎵▼ + /// </summary> public double H { get; set; } - public double n { get; set; }//杞�� - public double D2 { get; set; }//鍙惰疆澶栧緞 - public double B2 { get; set; }//鍙惰疆瀹藉害 + /// <summary> + /// 杞�� + /// </summary> + public double n { get; set; } + /// <summary> + /// 鍙惰疆澶栧緞 + /// </summary> + public double D2 { get; set; } + /// <summary> + /// 鍙惰疆瀹藉害 + /// </summary> + public double B2 { get; set; } /// <summary> /// 鏄惁鏄弻鍚告车 /// </summary> -- Gitblit v1.9.3