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.
13 lines
322 B
13 lines
322 B
3 months ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Id' => '活动ID',
|
||
|
'Active_name' => '活动名称',
|
||
|
'Start_time' => '活动开始时间',
|
||
|
'End_time' => '活动结束时间',
|
||
|
'Active_bili' => '活动抵扣比例',
|
||
|
'Status' => '状态',
|
||
|
'Createtime' => '添加时间',
|
||
|
'Deletetime' => '删除时间'
|
||
|
];
|