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

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'AgentProduct' => '产品',
  5. 'agent-product' => '产品',
  6. ],
  7. 'fields' => [
  8. 'agent_id' => '代理商ID',
  9. 'product_id' => '供应商产品ID',
  10. 'price' => '现价',
  11. 'original_price' => '原价',
  12. 'sale' => '销量',
  13. 'channel_id' => '频道ID',
  14. 'category_id' => '分类ID',
  15. 'status' => '状态',
  16. 'product' => trans('product.fields'),
  17. ],
  18. 'options' => [
  19. ],
  20. ];