namespace IStation.Unit { /// /// 长度单位枚举 /// public enum eUnitL { m = 0,//米 dm = 1,//分米 cm = 2,//厘米 mm = 3,//毫米 } }