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' => '序号',
|
|
'Title' => '公告标题',
|
|
'Content' => '公告内容',
|
|
'Status' => '公告状态',
|
|
'Status 0' => '未发布',
|
|
'Status 1' => '已发布',
|
|
'Level' => '公告级别',
|
|
'Firmid' => '企业ID',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '更新时间',
|
|
'Deletetime' => '删除时间'
|
|
];
|
|
|