namespace BatCharging.Service { public class S2MBRACHSUMVOLT2 { /// /// 支路3最高单体电压 /// public ushort Bran3MaxCellVolt { get; set; } /// /// 支路3最低单体电压 /// public ushort Bran3MinCellVolt { get; set; } /// /// 支路4最高单体电压 /// public ushort Bran4MaxCellVolt { get; set; } /// /// 支路4最低单体电压 /// public ushort Bran4MinCellVolt { get; set; } } }