This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_MY_BACKEND
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
修改返回结构体的字段类型
pull/2/head
zhangxin
4 years ago
parent
e5bd88c503
commit
7d4ab27160
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
web/models/response/chargeallocationtab.go
+ 1
- 1
web/models/response/chargeallocationtab.go
View File
@ -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"
`
}
Write
Preview
Loading…
Cancel
Save