orderState; } public function setOrderState($orderState) { $this->orderState = $orderState; $this->apiParams["orderState"] = $orderState; } public function getWarehouseCode() { return $this->warehouseCode; } public function setWarehouseCode($warehouseCode) { $this->warehouseCode = $warehouseCode; $this->apiParams["warehouseCode"] = $warehouseCode; } public function getOrderBeginDate() { return $this->orderBeginDate; } public function setOrderBeginDate($orderBeginDate) { $this->orderBeginDate = $orderBeginDate; $this->apiParams["orderBeginDate"] = $orderBeginDate; } public function getOrderEndDate() { return $this->orderEndDate; } public function setOrderEndDate($orderEndDate) { $this->orderEndDate = $orderEndDate; $this->apiParams["orderEndDate"] = $orderEndDate; } public function getApplyBeginDate() { return $this->applyBeginDate; } public function setApplyBeginDate($applyBeginDate) { $this->applyBeginDate = $applyBeginDate; $this->apiParams["applyBeginDate"] = $applyBeginDate; } public function getApplyEndDate() { return $this->applyEndDate; } public function setApplyEndDate($applyEndDate) { $this->applyEndDate = $applyEndDate; $this->apiParams["applyEndDate"] = $applyEndDate; } public function getApiMethodName(){ return 'suning.fourps.storagesub.query'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 } public function getBizName(){ return "queryStorageSub"; } } ?>