diff --git a/web/models/response/chargeallocationtab.go b/web/models/response/chargeallocationtab.go index 0411e2d..a2dfb8f 100644 --- a/web/models/response/chargeallocationtab.go +++ b/web/models/response/chargeallocationtab.go @@ -13,5 +13,5 @@ type ChargeStatisticResponse struct { Cid int `json:"cid"` Court string `json:"court"` Type string `json:"type"` - Count float64 `json:"count"` + Count int `json:"count"` }