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.
16 lines
570 B
16 lines
570 B
<?php
|
|
|
|
return [
|
|
'Title' => '标题',
|
|
'Image' => '封面图',
|
|
'Start_time' => '开始时间',
|
|
'End_time' => '结束时间',
|
|
'Status' => '状态',
|
|
'Before_activity_hour' => '活动开始前',
|
|
'After_activity_hour' => '活动结束后',
|
|
'Entrusted_ratio' => '委托比例',
|
|
'Entrustment_ratio' => '委托费比例',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '更新时间',
|
|
'Limit_buy_num' => '限制抢购次数'
|
|
];
|
|
|