huifuId; } public function setHuifuId($huifuId) { $this->huifuId = $huifuId; } public function getReqDate() { return $this->reqDate; } public function setReqDate($reqDate) { $this->reqDate = $reqDate; } public function getReqSeqId() { return $this->reqSeqId; } public function setReqSeqId($reqSeqId) { $this->reqSeqId = $reqSeqId; } public function getPreOrderType() { return $this->preOrderType; } public function setPreOrderType($preOrderType) { $this->preOrderType = $preOrderType; } public function getTransAmt() { return $this->transAmt; } public function setTransAmt($transAmt) { $this->transAmt = $transAmt; } public function getGoodsDesc() { return $this->goodsDesc; } public function setGoodsDesc($goodsDesc) { $this->goodsDesc = $goodsDesc; } public function getAppData() { return $this->appData; } public function setAppData($appData) { $this->appData = $appData; } }