namespace BatCharging.Service
{
public class S2MPACKCURRLMT
{
///
/// 允许脉冲放电电流
///
public float AllwPulseDischrgCurr { get; set; }
///
/// 允许脉冲回充电流
///
public float AllwPulseRechrgCurr { get; set; }
///
/// 允许持续放电电流
///
public float AllwContiDischrgCurr { get; set; }
///
/// 允许持续回充电流
///
public float AllwContiRechrgCurr { get; set; }
}
}