You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
395 B

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