using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace IStation.Unit { /// /// 扬程 /// public enum eUnitH { M = 0,//米 MPa = 1,//兆帕 } }