From 6a407cd9fb759ce68ff289ae26dd854ddc310314 Mon Sep 17 00:00:00 2001 From: tx <123456> Date: 星期二, 15 四月 2025 13:23:17 +0800 Subject: [PATCH] 遗漏 --- OpenUI/DPumpHydr.OpenFwUI.Volute/ViewModel/eOutflowStyle.cs | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/OpenUI/DPumpHydr.OpenFwUI.Volute/ViewModel/eOutflowStyle.cs b/OpenUI/DPumpHydr.OpenFwUI.Volute/ViewModel/eOutflowStyle.cs new file mode 100644 index 0000000..6cc0dc4 --- /dev/null +++ b/OpenUI/DPumpHydr.OpenFwUI.Volute/ViewModel/eOutflowStyle.cs @@ -0,0 +1,21 @@ +锘縰sing System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace DPumpHydr.WinFrmUI.Volute.ViewModel +{ + public enum eOutflowShapeStyle + { + 鏈煡=-1, + 涓績鍑哄彛 = 0, + 渚ч潰鍑哄彛 = 1, + 渚ч潰瀵归綈鍑哄彛 = 2 + } + public enum eOutflowLinkStyle + { + 鏇茬嚎 = 0, + 鐩寸嚎鍦嗗姬 = 1, + } +} -- Gitblit v1.9.3