namespace BatCharging.Service { public class S2MBRANCHCURR { /// /// 支路1电流 /// public float Branch1Curr { get; set; } /// /// 支路2电流 /// public float Branch2Curr { get; set; } /// /// 支路3电流 /// public float Branch3Curr { get; set; } /// /// 支路4电流 /// public float Branch4Curr { get; set; } } }