namespace BatCharging.Service { public class S2MBATTENERGYINFO3 { /// /// 系统站外插枪充电能量(累计) /// public float S2MSysAccuChrgEngyOutStat { get; set; } /// /// 电池包行驶里程(累计) /// public float S2MSysAccuBattOdometer { get; set; } } }