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 S2MBRACHSUMVOLT2
{
/// <summary>
/// 支路3最高单体电压
/// </summary>
public ushort Bran3MaxCellVolt { get; set; }
/// <summary>
/// 支路3最低单体电压
/// </summary>
public ushort Bran3MinCellVolt { get; set; }
/// <summary>
/// 支路4最高单体电压
/// </summary>
public ushort Bran4MaxCellVolt { get; set; }
/// <summary>
/// 支路4最低单体电压
/// </summary>
public ushort Bran4MinCellVolt { get; set; }
}
}