feature: Console Replay Simulator

This commit is contained in:
voltsrage
2026-06-19 15:22:14 +08:00
parent 835311dffc
commit abc781c9c0
50 changed files with 11158 additions and 612 deletions
@@ -0,0 +1,5 @@
public record News2Response(
Guid Id, int TotalScore, string RiskLevel, bool HasSingleParamThree,
int RespRateScore, int Spo2Score, int SystolicBpScore,
int HeartRateScore, int ConsciousnessScore, int TemperatureScore,
int SupplementalO2Score, DateTimeOffset CalculatedAt);