Browse Source

删除返回结构体文件

pull/2/head
zhangxin 4 years ago
parent
commit
5aa6ffe33d
1 changed files with 0 additions and 21 deletions
  1. +0
    -21
      web/models/response/chargetab.go

+ 0
- 21
web/models/response/chargetab.go View File

@ -1,21 +0,0 @@
/******************************************************************************
* @Function Name :
*-----------------------------------------------------------------------------
* @Description :
* @Function Parameters:
* @Return Value :
* @Author : Zhang Xin
* @Date : 2021/3/3 11:02
******************************************************************************/
package response
type ChargeTypeStatisticDate struct {
Type int64 `json:"type"`
Count float64 `json:"count"`
}
type ChargeTypeStatisticResponse struct {
Cid int `json:"cid"`
Court string `json:"court"`
Items []*ChargeTypeStatisticDate `json:"items"`
}

Loading…
Cancel
Save