using 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, } }