| 1234567891011121314151617181920 | 
							- <?php
 
- return [
 
-     'Exam_collection_id'      => '编号',
 
-     'Sim_type'                => '模拟器类型',
 
-     'Question_setting_method' => '出题方式',//:[1]-系统随机,[2]-教师自选,[3]任务自选
 
-     'Exam_collection_type'    => '类型',//:[1]-练习,[2]-自主练习,[3]-考试
 
-     'Exam_collection_state'   => '状态',//:[0]-初始化,[2]-打开,[3]-关闭
 
-     'Exam_collection_name'    => '练习名称',
 
-     'Task_id'                 => '任务ID',
 
-     'Limit_duration'          => '练习时长',
 
-     'Start_time'              => '练习开始时间',
 
-     'End_time'                => '练习结束时间',
 
-     'Create_user_id'          => '创建教师ID/用户ID',
 
-     'Create_by'               => '创建者',
 
-     'Create_time'             => '创建时间',
 
-     'Update_by'               => '更新者',
 
-     'Update_time'             => '更新时间',
 
-     'Remark'                  => '备注'
 
- ];
 
 
  |