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

25 lines
675 B

4 years ago
4 years ago
4 years ago
4 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'DemandProduct' => '需求市场产品',
  5. 'demand-product' => '需求市场产品',
  6. 'demand' => '需求市场',
  7. 'product' => '产品',
  8. ],
  9. 'fields' => [
  10. 'agent_id' => '代理商id 竞标特供',
  11. 'category_id' => '产品分类ID',
  12. 'content' => '产品详情',
  13. 'know' => '旅客须知',
  14. 'original_price' => '原价',
  15. 'picture' => '产品图片',
  16. 'price' => '价格',
  17. 'sale' => '销量',
  18. 'status' => '状态',
  19. 'stock' => '库存量',
  20. 'supplier_id' => '供应商ID',
  21. 'title' => '标题',
  22. ],
  23. 'options' => [
  24. ],
  25. ];