productCode = $productCode; $this->apiParams["productCode"] = $productCode; } public function getProductCode() { return $this->productCode; } public function setItemCode($itemCode) { $this->itemCode = $itemCode; $this->apiParams["itemCode"] = $itemCode; } public function getItemCode() { return $this->itemCode; } public function setInvAddrId($invAddrId) { $this->invAddrId = $invAddrId; $this->apiParams["invAddrId"] = $invAddrId; } public function getInvAddrId() { return $this->invAddrId; } public function getApiMethodName() { return 'suning.custom.inventory.get'; } public function getApiParams() { return $this->apiParams; } public function check() { } public function getBizName(){ return "inventory"; } } ?>