fullReductionId; } public function setFullReductionId($fullReductionId) { $this->fullReductionId = $fullReductionId; $this->apiParams["fullReductionId"] = $fullReductionId; } public function getApiMethodName(){ return 'suning.custom.fullreductiondetail.get'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->fullReductionId, 'fullReductionId'); } public function getBizName(){ return "getFullReduction"; } } ?>