dev fix add count
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-04-28 14:15:29 +07:00
parent 610ab0977d
commit 284b402cdc
4 changed files with 42 additions and 10 deletions
@@ -15,10 +15,10 @@ public class ViolationStatisticsResponse {
private long newViolations;
@JsonProperty("total_complaints")
private int totalComplaints;
private Long totalComplaints;
@JsonProperty("total_law_cases")
private int totalLawCases;
private Long totalLawCases;
@JsonProperty("in_progress_violations")
private long inProgressViolations;