application_id = $application_id; } /** * 发票申请单 ID * @return string */ public function getApplicationId() { return $this->application_id; } /** * 发票张数 * @var int64 $count */ public function setCount($count) { $this->count = $count; } /** * 发票张数 * @return int64 */ public function getCount() { return $this->count; } }