package vo type ProductSearchParam struct { ProductId int64 `json:"product_id"` //EnterpriseId string `json:"enterprise_id"` }