审查视图

application/admin/lang/zh-cn/study.php 282 字节
杨育虎 authored
1 2 3 4 5 6 7 8 9 10 11
<?php

return [
    'Id'             => 'id',
    'Examname'       => '考试名称',
    'Class_hour'     => '所需课时',
    'Image'          => '图片',
    'Expirationtime' => '截止日期',
    'Createtime'     => '创建时间',
    'Updatetime'     => '修改时间'
];