namespace BatCharging.Service
{
public class S2MBRACHSUMVOLT1
{
///
/// 支路1最高单体电压
///
public ushort Bran1MaxCellVolt { get; set; }
///
/// 支路1最低单体电压
///
public ushort Bran1MinCellVolt { get; set; }
///
/// 支路2最高单体电压
///
public ushort Bran2MaxCellVolt { get; set; }
///
/// 支路2最低单体电压
///
public ushort Bran2MinCellVolt { get; set; }
}
}