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
399 B

namespace BatCharging.Service
{
public class S2MBATTENERGYINFO4
{
/// <summary>
/// 系统站内放电电能量(累计)
/// </summary>
public float S2MSysAccuDisChrgEngyInStat { get; set; }
/// <summary>
/// 系统站内充电能量(累计)
/// </summary>
public float S2MSysAccuChrgEngyInStat { get; set; }
}
}