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.
|
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Title' => '公告标题',
|
|
'Image' => '公告主图',
|
|
'Content' => '公告详情',
|
|
'Status' => '公告状态',
|
|
'Status 0' => '隐藏',
|
|
'Set status to 0'=> '设为隐藏',
|
|
'Status 1' => '正常',
|
|
'Set status to 1'=> '设为正常',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '更新时间'
|
|
];
|
|
|