public function infoList()
 {
     //专业
     $list = array('scaleList' => parent::getScaleList(), 'categoryList' => parent::getCategoryList(), 'majorList' => self::majorTypeList(), 'eduList' => getDegreeText(null), 'rangeList' => getDaySalaryText(null), 'weekList' => getWorkDayText(null));
     return $list;
 }
 public function infoList()
 {
     $list = array('industryList' => parent::getIndustryList(), 'scaleList' => parent::getScaleList(), 'categoryList' => parent::getCategoryList(), 'welfareList' => parent::getWelfareList(), 'provinceList' => self::getProvinceList(), 'eduList' => getDegreeText(null), 'rangeList' => getDaySalaryText(null));
     return $list;
 }