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

23 lines
656 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'DemandProduct' => 'DemandProduct',
  5. 'demand-product' => 'DemandProduct',
  6. ],
  7. 'fields' => [
  8. 'agent_id' => '代理商id 竞标特供',
  9. 'category_id' => '产品分类ID',
  10. 'content' => '产品详情',
  11. 'know' => '旅客须知',
  12. 'original_price' => '原价',
  13. 'pictures' => '产品图片,可能有多张,JSON格式',
  14. 'price' => '价格',
  15. 'sale' => '销量',
  16. 'status' => '0:下架,1:在售',
  17. 'stock' => '库存量',
  18. 'supplier_id' => '供应商ID',
  19. 'title' => '标题',
  20. ],
  21. 'options' => [
  22. ],
  23. ];