category; } public function setCategory($category) { $this->category = $category; $this->apiParams["category"] = $category; } public function getSupplierCode() { return $this->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.stockreport.query'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->category, 'category'); } public function getBizName(){ return "queryStockReport"; } } ?>