commodityCode; } public function setCommodityCode($commodityCode) { $this->commodityCode = $commodityCode; $this->apiParams["commodityCode"] = $commodityCode; } public function getCommodityName() { return $this->commodityName; } public function setCommodityName($commodityName) { $this->commodityName = $commodityName; $this->apiParams["commodityName"] = $commodityName; } public function getColourNumber() { return $this->colourNumber; } public function setColourNumber($colourNumber) { $this->colourNumber = $colourNumber; $this->apiParams["colourNumber"] = $colourNumber; } public function getBatchNumber() { return $this->batchNumber; } public function setBatchNumber($batchNumber) { $this->batchNumber = $batchNumber; $this->apiParams["batchNumber"] = $batchNumber; } public function getServiceProvider() { return $this->serviceProvider; } public function setServiceProvider($serviceProvider) { $this->serviceProvider = $serviceProvider; $this->apiParams["serviceProvider"] = $serviceProvider; } public function getWarehouseCode() { return $this->warehouseCode; } public function setWarehouseCode($warehouseCode) { $this->warehouseCode = $warehouseCode; $this->apiParams["warehouseCode"] = $warehouseCode; } public function getPlatformCode() { return $this->platformCode; } public function setPlatformCode($platformCode) { $this->platformCode = $platformCode; $this->apiParams["platformCode"] = $platformCode; } public function getApiMethodName(){ return 'suning.fourps.inventorydetail.get'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->commodityCode, 'commodityCode'); } public function getBizName(){ return "getInventoryDetail"; } } ?>