dd
This commit is contained in:
parent
d3cc0e7db0
commit
5b7bbf72d7
Binary file not shown.
@ -3199,12 +3199,24 @@
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.AllInstances.HeartRateGet">
|
||||
<summary>设置 StudentDto.get_HeartRate(StudentDto this) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.AllInstances.HeartRateQuantityOfElectricityGet">
|
||||
<summary>设置 StudentDto.get_HeartRateQuantityOfElectricity(StudentDto this) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.AllInstances.HeartRateQuantityOfElectricitySetInt32">
|
||||
<summary>设置 StudentDto.set_HeartRateQuantityOfElectricity(StudentDto this, Int32 value) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.AllInstances.HeartRateSetInt32">
|
||||
<summary>设置 StudentDto.set_HeartRate(StudentDto this, Int32 value) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.AllInstances.JumpingRopeGet">
|
||||
<summary>设置 StudentDto.get_JumpingRope(StudentDto this) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.AllInstances.JumpingRopeQuantityOfElectricityGet">
|
||||
<summary>设置 StudentDto.get_JumpingRopeQuantityOfElectricity(StudentDto this) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.AllInstances.JumpingRopeQuantityOfElectricitySetInt32">
|
||||
<summary>设置 StudentDto.set_JumpingRopeQuantityOfElectricity(StudentDto this, Int32 value) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.AllInstances.JumpingRopeSetInt32">
|
||||
<summary>设置 StudentDto.set_JumpingRope(StudentDto this, Int32 value) 的 填充码</summary>
|
||||
</member>
|
||||
@ -3253,12 +3265,24 @@
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.HeartRateGet">
|
||||
<summary>设置 StudentDto.get_HeartRate(StudentDto this) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.HeartRateQuantityOfElectricityGet">
|
||||
<summary>设置 StudentDto.get_HeartRateQuantityOfElectricity(StudentDto this) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.HeartRateQuantityOfElectricitySetInt32">
|
||||
<summary>设置 StudentDto.set_HeartRateQuantityOfElectricity(StudentDto this, Int32 value) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.HeartRateSetInt32">
|
||||
<summary>设置 StudentDto.set_HeartRate(StudentDto this, Int32 value) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.JumpingRopeGet">
|
||||
<summary>设置 StudentDto.get_JumpingRope(StudentDto this) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.JumpingRopeQuantityOfElectricityGet">
|
||||
<summary>设置 StudentDto.get_JumpingRopeQuantityOfElectricity(StudentDto this) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.JumpingRopeQuantityOfElectricitySetInt32">
|
||||
<summary>设置 StudentDto.set_JumpingRopeQuantityOfElectricity(StudentDto this, Int32 value) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.JumpingRopeSetInt32">
|
||||
<summary>设置 StudentDto.set_JumpingRope(StudentDto this, Int32 value) 的 填充码</summary>
|
||||
</member>
|
||||
|
@ -213,7 +213,8 @@ namespace YD_AllHeartRates.Api.Services.Impl
|
||||
HeartRate = heartRate?.Value ?? 0,
|
||||
JumpingRope = jumpRope?.JumpValue ?? 0,
|
||||
Strength = strength,
|
||||
HeartRateQuantityOfElectricity = heartRate?.QuantityOfElectricity ?? 0
|
||||
HeartRateQuantityOfElectricity = heartRate?.QuantityOfElectricity ?? 0,
|
||||
JumpingRopeQuantityOfElectricity = jumpRope?.QuantityOfElectricity ?? 0
|
||||
});
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
@ -3199,12 +3199,24 @@
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.AllInstances.HeartRateGet">
|
||||
<summary>设置 StudentDto.get_HeartRate(StudentDto this) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.AllInstances.HeartRateQuantityOfElectricityGet">
|
||||
<summary>设置 StudentDto.get_HeartRateQuantityOfElectricity(StudentDto this) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.AllInstances.HeartRateQuantityOfElectricitySetInt32">
|
||||
<summary>设置 StudentDto.set_HeartRateQuantityOfElectricity(StudentDto this, Int32 value) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.AllInstances.HeartRateSetInt32">
|
||||
<summary>设置 StudentDto.set_HeartRate(StudentDto this, Int32 value) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.AllInstances.JumpingRopeGet">
|
||||
<summary>设置 StudentDto.get_JumpingRope(StudentDto this) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.AllInstances.JumpingRopeQuantityOfElectricityGet">
|
||||
<summary>设置 StudentDto.get_JumpingRopeQuantityOfElectricity(StudentDto this) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.AllInstances.JumpingRopeQuantityOfElectricitySetInt32">
|
||||
<summary>设置 StudentDto.set_JumpingRopeQuantityOfElectricity(StudentDto this, Int32 value) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.AllInstances.JumpingRopeSetInt32">
|
||||
<summary>设置 StudentDto.set_JumpingRope(StudentDto this, Int32 value) 的 填充码</summary>
|
||||
</member>
|
||||
@ -3253,12 +3265,24 @@
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.HeartRateGet">
|
||||
<summary>设置 StudentDto.get_HeartRate(StudentDto this) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.HeartRateQuantityOfElectricityGet">
|
||||
<summary>设置 StudentDto.get_HeartRateQuantityOfElectricity(StudentDto this) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.HeartRateQuantityOfElectricitySetInt32">
|
||||
<summary>设置 StudentDto.set_HeartRateQuantityOfElectricity(StudentDto this, Int32 value) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.HeartRateSetInt32">
|
||||
<summary>设置 StudentDto.set_HeartRate(StudentDto this, Int32 value) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.JumpingRopeGet">
|
||||
<summary>设置 StudentDto.get_JumpingRope(StudentDto this) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.JumpingRopeQuantityOfElectricityGet">
|
||||
<summary>设置 StudentDto.get_JumpingRopeQuantityOfElectricity(StudentDto this) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.JumpingRopeQuantityOfElectricitySetInt32">
|
||||
<summary>设置 StudentDto.set_JumpingRopeQuantityOfElectricity(StudentDto this, Int32 value) 的 填充码</summary>
|
||||
</member>
|
||||
<member name="P:YD_AllHeartRates.Commons.Dto.LargeScreen.Fakes.ShimStudentDto.JumpingRopeSetInt32">
|
||||
<summary>设置 StudentDto.set_JumpingRope(StudentDto this, Int32 value) 的 填充码</summary>
|
||||
</member>
|
||||
|
@ -1 +1 @@
|
||||
724556b4
|
||||
a0964dfa
|
@ -1 +1 @@
|
||||
LDKd/ti7yfL9FaEQumNp+Az5QM7oCIsd7o6hoX6U9Ag=WWmIfOUbyYPYdKFHlVpzo+vbEnfIsJNTTcG8+oWdtSc=
|
||||
gHVWCKohB6C4bdR0I1MF4cuarmHEhD0pEyb1opvSeEg=WWmIfOUbyYPYdKFHlVpzo+vbEnfIsJNTTcG8+oWdtSc=
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -14,7 +14,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("YD_AllHeartRates.Api")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d73d342ab0c4fe83354591685ea981b1ff6c1124")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d3cc0e7db0e9ebfb2cc92503a057c7a76b5f4c57")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("YD_AllHeartRates.Api")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("YD_AllHeartRates.Api")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
@ -1 +1 @@
|
||||
52370451a4e753e834d60ff520dd301bc4a9be42954e97d28f44d0a4b4def4a2
|
||||
cbe9d0728937a26250ea063ac4bd395e2c94912c2374133835da7625ce0f0db7
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -102,5 +102,10 @@ namespace YD_AllHeartRates.Commons.Dto.LargeScreen
|
||||
///心率设备电量
|
||||
/// </summary>
|
||||
public int HeartRateQuantityOfElectricity { get; set; }
|
||||
|
||||
/// <summary>
|
||||
///跳绳设备电量
|
||||
/// </summary>
|
||||
public int JumpingRopeQuantityOfElectricity { get; set; }
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
@ -14,7 +14,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("YD_AllHeartRates.Commons")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e813d22174a36ed6a56d32c6680c8cbe3560475c")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d3cc0e7db0e9ebfb2cc92503a057c7a76b5f4c57")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("YD_AllHeartRates.Commons")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("YD_AllHeartRates.Commons")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
@ -1 +1 @@
|
||||
39a63e2e900cc731a8b2ec5fe3e54de06c4f87e0157c7677c214e225c20963a4
|
||||
7cc92e468d5c1c78e4f42a9aa4debc7003fa321116bbf36b48ad59c7c6fac543
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user