|
@@ -32,8 +32,8 @@ type PastureCommonResponse struct {
|
|
}
|
|
}
|
|
|
|
|
|
type PastureCommonData struct {
|
|
type PastureCommonData struct {
|
|
- List interface{} `json:"list,omitempty"`
|
|
|
|
- Data interface{} `json:"data,omitempty"`
|
|
|
|
|
|
+ List interface{} `json:"list"`
|
|
|
|
+ Data interface{} `json:"data"`
|
|
PageSize int32 `json:"pageSize"`
|
|
PageSize int32 `json:"pageSize"`
|
|
Total int32 `json:"total"`
|
|
Total int32 `json:"total"`
|
|
PageNum int32 `json:"pageNum"`
|
|
PageNum int32 `json:"pageNum"`
|