mirror of https://gitee.com/karson/fastadmin.git
19 lines
422 B
PHP
19 lines
422 B
PHP
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Image' => '游记头图',
|
|
'Title' => '游记标题',
|
|
'Content' => '游记正文',
|
|
'Userid' => 'userid',
|
|
'Create_time' => '创建时间',
|
|
'Update_time' => '更新时间',
|
|
'Read_number' => '阅读量',
|
|
'Star' => '评论',
|
|
'Star 1' => '1',
|
|
'Star 2' => '2',
|
|
'Star 3' => '3',
|
|
'Star 4' => '4',
|
|
'Star 5' => '5'
|
|
];
|