package model type DistributeFeedFormulaRequest struct { PastureId int64 `json:"pasture_id"` Body []*FeedFormula `json:"body"` } type PastureResponse struct { Code int32 `json:"code"` Msg string `json:"msg"` Data interface{} `json:"data"` }