entryOrder = $entryOrder; $this->apiParas["entryOrder"] = $entryOrder; } public function getEntryOrder() { return $this->entryOrder; } public function setExtendProps($extendProps) { $this->extendProps = $extendProps; $this->apiParas["extendProps"] = $extendProps; } public function getExtendProps() { return $this->extendProps; } public function setItems($items) { $this->items = $items; $this->apiParas["items"] = $items; } public function getItems() { return $this->items; } public function setOrderLines($orderLines) { $this->orderLines = $orderLines; $this->apiParas["orderLines"] = $orderLines; } public function getOrderLines() { return $this->orderLines; } public function setTotalOrders($totalOrders) { $this->totalOrders = $totalOrders; $this->apiParas["totalOrders"] = $totalOrders; } public function getTotalOrders() { return $this->totalOrders; } public function getApiMethodName() { return "taobao.qimen.entryorder.confirm"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }