cc
This commit is contained in:
parent
15f0a92a39
commit
d3cc0e7db0
@ -212,7 +212,8 @@ namespace YD_AllHeartRates.Api.Services.Impl
|
||||
Sex = student.Sex,
|
||||
HeartRate = heartRate?.Value ?? 0,
|
||||
JumpingRope = jumpRope?.JumpValue ?? 0,
|
||||
Strength = strength
|
||||
Strength = strength,
|
||||
HeartRateQuantityOfElectricity = heartRate?.QuantityOfElectricity ?? 0
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -97,5 +97,10 @@ namespace YD_AllHeartRates.Commons.Dto.LargeScreen
|
||||
/// 运动强度
|
||||
/// </summary>
|
||||
public int Strength { get; set; }
|
||||
|
||||
/// <summary>
|
||||
///心率设备电量
|
||||
/// </summary>
|
||||
public int HeartRateQuantityOfElectricity { get; set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user