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