海南旅游SAAS
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.
 
 
 

20 lines
487 B

<?php
return [
'labels' => [
'AgentProduct' => '产品',
'agent-product' => '产品',
],
'fields' => [
'agent_id' => '代理商ID',
'product_id' => '供应商产品ID',
'price' => '现价',
'original_price' => '原价',
'sale' => '销量',
'channel_id' => '频道ID',
'category_id' => '分类ID',
'status' => '状态',
'product' => trans('product.fields'),
],
'options' => [
],
];