示例#1
0
 public function findQuestionValueById($id)
 {
     return $this->valueDao->findQuestionValueById($id);
 }