namespace IStation.Unit { /// /// 电导率单位枚举 /// public enum eUnitCond { Sm = 0,//西门子每米 } }