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

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