Skip to content

Commit

Permalink
fix: change type of dto because of NaN value problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Sith-call committed Sep 4, 2023
1 parent bd3cd28 commit 722a9ec
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ public class RecordInfo {
private int redCnt;
private int yellowCnt;
private int greenCnt;
private Long shoulderAngle;
private Long headAngle;
private Long neckAngle;
private Long distanceMonitor;
private double shoulderAngle;
private double headAngle;
private double neckAngle;
private double distanceMonitor;
}

0 comments on commit 722a9ec

Please sign in to comment.