warehouseCode; } public function setWarehouseCode($warehouseCode) { $this->warehouseCode = $warehouseCode; $this->apiParams["warehouseCode"] = $warehouseCode; } public function getCommodityCode() { return $this->commodityCode; } public function setCommodityCode($commodityCode) { $this->commodityCode = $commodityCode; $this->apiParams["commodityCode"] = $commodityCode; } public function getSupplierCommCode() { return $this->supplierCommCode; } public function setSupplierCommCode($supplierCommCode) { $this->supplierCommCode = $supplierCommCode; $this->apiParams["supplierCommCode"] = $supplierCommCode; } public function getApiMethodName(){ return 'suning.swl.inventory.get'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->warehouseCode, 'warehouseCode'); } public function getBizName(){ return "getInventory"; } } ?>