package requests type ExactGoodsRequest struct { SupplierId string `json:"supplier_id"` GoodsName string `json:"goods_name"` }