orderTaskId; } public function setOrderTaskId($orderTaskId) { $this->orderTaskId = $orderTaskId; $this->apiParams["orderTaskId"] = $orderTaskId; } public function getApiMethodName(){ return 'suning.custom.ordertask.delete'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->orderTaskId, 'orderTaskId'); } public function getBizName(){ return "deleteOrdertask"; } } ?>