preOrderType; } public function setPreOrderType($preOrderType) { $this->preOrderType = $preOrderType; } 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 getHuifuId() { return $this->huifuId; } public function setHuifuId($huifuId) { $this->huifuId = $huifuId; } 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 getMiniappData() { return $this->miniappData; } public function setMiniappData($miniappData) { $this->miniappData = $miniappData; } }