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' => '广告标题',
|
|
'Starttime' => '开始时间',
|
|
'Endtime' => '结束时间',
|
|
'Image' => '广告图片',
|
|
'Advert_url' => '广告url',
|
|
'Status' => '状态',
|
|
'Advert_content' => '广告内容',
|
|
'Createtime' => '添加时间',
|
|
'Deletetime' => '删除时间',
|
|
'Money' => '金额待定'
|
|
];
|
|
|