You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
382 B
15 lines
382 B
3 months ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Id' => '公益课堂ID',
|
||
|
'Class_name' => '课堂名称',
|
||
|
'Video_name' => '视频名称',
|
||
|
'Class_type' => '科目',
|
||
|
'Class_page' => '章节',
|
||
|
'Class_detail' => '第几节课',
|
||
|
'Status' => '状态',
|
||
|
'Video_url' => '视频地址',
|
||
|
'Createtime' => '添加时间',
|
||
|
'Deletetime' => '删除时间'
|
||
|
];
|