using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DPumpHydr.WinFrmUI.Volute.ViewModel { public enum eOutflowStyle { 中心出口_垂直法兰面流出 = 0, 侧面出口_曲线连接 = 1, 侧面出口_直线连接 = 2 } }