namespace IStation.Unit { /// /// 电流单位枚举 /// public enum eUnitCurrent { A = 0,//安 } }