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.
18 lines
545 B
18 lines
545 B
namespace BatCharging.Service
|
|
{
|
|
public class S2MBATTENERGYINFO1
|
|
{
|
|
/// <summary>
|
|
/// 小计站外插枪充电能量
|
|
/// </summary>
|
|
public float S2MSubTotalChgEngyOutStat { get; set; }
|
|
/// <summary>
|
|
/// 小计站外回充能量(动能回馈充电)
|
|
/// </summary>
|
|
public float S2MSubTotalReChgeEngyOutStat { get; set; }
|
|
/// <summary>
|
|
/// 小计站内充电能量
|
|
/// </summary>
|
|
public float S2MSubTotalchgEngyInStat { get; set; }
|
|
}
|
|
} |