appointStatus; } public function setAppointStatus($appointStatus) { $this->appointStatus = $appointStatus; $this->apiParams["appointStatus"] = $appointStatus; } public function getRefundType() { return $this->refundType; } public function setRefundType($refundType) { $this->refundType = $refundType; $this->apiParams["refundType"] = $refundType; } public function getWarehouseCode() { return $this->warehouseCode; } public function setWarehouseCode($warehouseCode) { $this->warehouseCode = $warehouseCode; $this->apiParams["warehouseCode"] = $warehouseCode; } public function getAppointStartDate() { return $this->appointStartDate; } public function setAppointStartDate($appointStartDate) { $this->appointStartDate = $appointStartDate; $this->apiParams["appointStartDate"] = $appointStartDate; } public function getAppointEndDate() { return $this->appointEndDate; } public function setAppointEndDate($appointEndDate) { $this->appointEndDate = $appointEndDate; $this->apiParams["appointEndDate"] = $appointEndDate; } public function getCreateStartDate() { return $this->createStartDate; } public function setCreateStartDate($createStartDate) { $this->createStartDate = $createStartDate; $this->apiParams["createStartDate"] = $createStartDate; } public function getCreateEndDate() { return $this->createEndDate; } public function setCreateEndDate($createEndDate) { $this->createEndDate = $createEndDate; $this->apiParams["createEndDate"] = $createEndDate; } public function getApiMethodName(){ return 'suning.swl.refundappointorder.query'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 } public function getBizName(){ return "queryRefundAppointOrder"; } } ?>