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.

22 lines
631 B

namespace BatCharging.Service
{
public class S2MBRACHSUMVOTL3
{
/// <summary>
/// 支路1平均单体电压
/// </summary>
public ushort Bran1CellAvgVolt { get; set; }
/// <summary>
/// 支路2平均单体电压
/// </summary>
public ushort Bran2CellAvgVolt { get; set; }
/// <summary>
/// 支路3平均单体电压
/// </summary>
public ushort Bran3CellAvgVolt { get; set; }
/// <summary>
/// 支路4平均单体电压
/// </summary>
public ushort Bran4CellAvgVolt { get; set; }
}
}