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.
26 lines
716 B
26 lines
716 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'DemandProduct' => '需求市场产品',
|
|
'demand-product' => '需求市场产品',
|
|
'demand' => '需求市场',
|
|
'product' => '产品',
|
|
],
|
|
'fields' => [
|
|
'agent_id' => '代理商id 竞标特供',
|
|
'category_id' => '产品分类ID',
|
|
'content' => '产品详情',
|
|
'know' => '旅客须知',
|
|
'original_price' => '市场价',
|
|
'picture' => '产品图片',
|
|
'pictures' => '产品图片',
|
|
'price' => '价格',
|
|
'sale' => '销量',
|
|
'status' => '状态',
|
|
'stock' => '库存量',
|
|
'supplier_id' => '供应商ID',
|
|
'title' => '标题',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|