审查视图

application/admin/lang/zh-cn/banner.php 215 字节
jinglong authored
1 2 3 4 5
<?php

return [
    'Id'         => 'ID',
    'Image'      => '轮播图',
jinglong authored
6
    'Url'        => '跳转链接',
jinglong authored
7
    'Sort'       => '排序',
jinglong authored
8 9 10
    'Createtime' => '创建时间',
    'Updatetime' => '更新时间'
];