This commit is contained in:
tanglong 2025-10-31 16:41:18 +08:00
parent 951d17301b
commit 1fb14fb007
3 changed files with 10 additions and 10 deletions

View File

@ -61,8 +61,8 @@ namespace YD_AllHeartRates.Api.Controllers
XSEDUID = "d1cd4ff5-6511-58b8-809f-22d102b3c20d",
HDSJ = new List<HeartRateRecordDto>
{
new HeartRateRecordDto { SJSJ = "2025-10-30 14:50:00", XL = 90, JXXL = 80 },
new HeartRateRecordDto { SJSJ = "2025-10-30 14:51:00", XL = 92, JXXL = 80 }
new HeartRateRecordDto { SJSJ = "2025-10-31 14:50:00", XL = 90, JXXL = 80 },
new HeartRateRecordDto { SJSJ = "2025-10-31 14:51:00", XL = 92, JXXL = 80 }
}
},
new StudentData
@ -71,7 +71,7 @@ namespace YD_AllHeartRates.Api.Controllers
XSEDUID = "d1cd4ff5-6511-58b8-809f-22d102b3c20e",
HDSJ = new List<HeartRateRecordDto>
{
new HeartRateRecordDto { SJSJ = "2025-10-30 14:50:00", XL = 88, JXXL = 78 }
new HeartRateRecordDto { SJSJ = "2025-10-31 14:50:00", XL = 88, JXXL = 78 }
}
}
};
@ -94,7 +94,7 @@ namespace YD_AllHeartRates.Api.Controllers
XSEDUID = "d1cd4ff5-6511-58b8-809f-22d102b3c20d",
HDSJ = new List<AbnormalHeartRateRecordDto>
{
new AbnormalHeartRateRecordDto { SJSJ = "2025-10-30 15:50:00", XL = 90, JXXL = 80, YCXX="心率过高", YCYY="持续剧烈运动" }
new AbnormalHeartRateRecordDto { SJSJ = "2025-10-31 15:50:00", XL = 90, JXXL = 80, YCXX="心率过高", YCYY="持续剧烈运动" }
}
},
new SportsAbnormalReportDto
@ -103,7 +103,7 @@ namespace YD_AllHeartRates.Api.Controllers
XSEDUID = "d1cd4ff5-6511-58b8-809f-22d102b3c20e",
HDSJ = new List<AbnormalHeartRateRecordDto>
{
new AbnormalHeartRateRecordDto { SJSJ = "2025-10-30 15:50:00", XL = 88, JXXL = 78, YCXX="心率过高", YCYY="持续剧烈运动" }
new AbnormalHeartRateRecordDto { SJSJ = "2025-10-31 15:50:00", XL = 88, JXXL = 78, YCXX="心率过高", YCYY="持续剧烈运动" }
}
}
};
@ -126,8 +126,8 @@ namespace YD_AllHeartRates.Api.Controllers
XSEDUID = "d1cd4ff5-6511-58b8-809f-22d102b3c20d",
HDSJ = new List<HeartRateRecordDto>
{
new HeartRateRecordDto { SJSJ = "2025-10-29 14:50:00", XL = 90, JXXL = 80 },
new HeartRateRecordDto { SJSJ = "2025-10-29 14:51:00", XL = 92, JXXL = 80 }
new HeartRateRecordDto { SJSJ = "2025-10-30 14:50:00", XL = 90, JXXL = 80 },
new HeartRateRecordDto { SJSJ = "2025-10-30 14:51:00", XL = 92, JXXL = 80 }
}
},
new StudentData
@ -136,7 +136,7 @@ namespace YD_AllHeartRates.Api.Controllers
XSEDUID = "d1cd4ff5-6511-58b8-809f-22d102b3c20e",
HDSJ = new List<HeartRateRecordDto>
{
new HeartRateRecordDto { SJSJ = "2025-10-29 14:50:00", XL = 88, JXXL = 78 }
new HeartRateRecordDto { SJSJ = "2025-10-30 14:50:00", XL = 88, JXXL = 78 }
}
}
};

View File

@ -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+8ac46369843b435230a2414ab53e80b5fb784e66")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+951d17301bacf53fa96dbfdb12d6fd9ad3dcae81")]
[assembly: System.Reflection.AssemblyProductAttribute("YD_AllHeartRates.Api")]
[assembly: System.Reflection.AssemblyTitleAttribute("YD_AllHeartRates.Api")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
7fea93f1de01629b5f51626fb77a40dd1a6503c6b7b421f4480e748aa6734cb8
f4faf59da02e386a551a99f9728e10c4bb3e882bb94b7fc6f8a35c19b5d59784