package query //GetOrderQuery 获取订单详情 type GetOrderQuery struct {
OrderId int64 `json:"orderId"` CompanyId int64 `json:"companyId"`
}