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.
15 lines
441 B
15 lines
441 B
3 months ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Id' => '活动商品id',
|
||
|
'Goods_id' => '商品ID',
|
||
|
'Link_id' => '关联活动ID',
|
||
|
'Type' => '1限时活动商品2新手福利商品3今日特价商品',
|
||
|
'Start_time' => '开始时间',
|
||
|
'End_time' => '结束时间',
|
||
|
'Bili' => '比例',
|
||
|
'Pnum' => '活动销售数量',
|
||
|
'Isindex' => '是否展示到首页',
|
||
|
'Ismain' => '是否展示到我的'
|
||
|
];
|