bizContentarr)){ $this->bizContent = json_encode($this->bizContentarr,JSON_UNESCAPED_UNICODE); } return $this->bizContent; } public function getBillType() { return $this->billType; } public function setBillType($billType) { $this->billType = $billType; $this->bizContentarr['bill_type'] = $billType; } public function getBillDate() { return $this->billDate; } public function setBillDate($billDate) { $this->billDate = $billDate; $this->bizContentarr['bill_date'] = $billDate; } } ?>