namespace IStation.Unit { /// ///压力单位枚举 /// public enum eUnitPR { Pa = 0,//帕斯卡 MPa = 1,//兆帕 KPa = 2,//千帕 Bar = 3,//巴 } }