You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/******************************************************************************
|
|
* @Function Name :
|
|
*-----------------------------------------------------------------------------
|
|
* @Description :
|
|
* @Function Parameters:
|
|
* @Return Value :
|
|
* @Author : Zhang Xin
|
|
* @Date : 2021/3/3 11:02
|
|
******************************************************************************/
|
|
package response
|
|
|
|
type ChargeStatisticResponse struct {
|
|
Cid int `json:"cid"`
|
|
Court string `json:"court"`
|
|
Type string `json:"type"`
|
|
Count int `json:"count"`
|
|
}
|