brandName; } public function setBrandName($brandName) { $this->brandName = $brandName; $this->apiParams["brandName"] = $brandName; } public function getApiMethodName(){ return 'suning.fourps.brandmasdata.query'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->brandName, 'brandName'); } public function getBizName(){ return "queryBrandMasData"; } } ?>