示例#1
0
 public function getMultipleId()
 {
     return $this->multipleId->get();
 }
示例#2
0
 public function getSeatNumber()
 {
     return $this->seatNumber->get();
 }
示例#3
0
 public function getLotId()
 {
     return $this->lot_id->get();
 }
示例#4
0
 public function getVisitorId()
 {
     return $this->visitor_id->get();
 }
示例#5
0
 public function getElectionId()
 {
     return $this->electionId->get();
 }
示例#6
0
 public function getWins()
 {
     return $this->wins->get();
 }
示例#7
0
 public function getSingleId()
 {
     return $this->singleId->get();
 }
示例#8
0
 public function getZip()
 {
     return $this->zip->get();
 }