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

21 lines
549 B

4 years ago
4 years ago
4 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'MyDemandProduct' => '需求产品库',
  5. 'my_demand_product' => '需求产品库',
  6. ],
  7. 'fields' => [
  8. 'title' => '标题',
  9. 'comment' => '内容',
  10. 'deadline' => '流拍时间',
  11. 'type' => '类型',
  12. 'price' => '价格',
  13. 'stock' => '库存',
  14. 'publisher_type' => '发布人身份',
  15. 'publisher_id' => '发布人',
  16. 'state' => '状态',
  17. 'bidding_id' => '竞拍成功id 关联竞标表',
  18. ],
  19. 'options' => [
  20. ],
  21. ];