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.

18 lines
521 B

namespace BatCharging.Service
{
public class S2MBATTENERGYINFO2
{
/// <summary>
/// 小计站外放电能量
/// </summary>
public float S2MSubTotalDischgEngyOutStat { get; set; }
/// <summary>
/// 小计站内放电能量
/// </summary>
public float S2MSubTotalDischgEngyInStat { get; set; }
/// <summary>
/// 小计电池包行驶里程
/// </summary>
public float S2MSubTotalBattOdometer { get; set; }
}
}