'一年级', '2'=>'二年级', '3'=>'三年级', '4'=>'四年级', '5'=>'五年级', '6'=>'六年级', '7'=>'七年级', '8'=>'八年级', '9'=>'九年级', ]; /** * 交易类型列表 * */ public function getGradeList(){ // 返回数据 return $this->gradeList; } }