supplierCode; } public function setSupplierCode($supplierCode) { $this->supplierCode = $supplierCode; $this->apiParams["supplierCode"] = $supplierCode; } public function getProductCode() { return $this->productCode; } public function setProductCode($productCode) { $this->productCode = $productCode; $this->apiParams["productCode"] = $productCode; } public function getSupplierProductCode() { return $this->supplierProductCode; } public function setSupplierProductCode($supplierProductCode) { $this->supplierProductCode = $supplierProductCode; $this->apiParams["supplierProductCode"] = $supplierProductCode; } public function getApiMethodName(){ return 'suning.unsalestockreport.query'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 } public function getBizName(){ return "queryUnsaleStockReport"; } } ?>