Commit 48e5fdb8 authored by hujun's avatar hujun

1

parent 95314b4e
<?php
namespace app\index\controller;
use app\index\extend\Basic;
class WorkLearning extends Basic
{
/**
* 素质测评
*
* @return \think\response\View
*/
public function qualityAssessment()
{
return view('work_learning/qualityAssessment');
}
/**
* 方法分析
*
* @return \think\response\View
*/
public function methodOfAnalysis()
{
return view('work_learning/methodOfAnalysis');
}
/**
* 价值观考核
*
* @return \think\response\View
*/
public function valueAssessment()
{
return view('work_learning/valueAssessment');
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment