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
710 B

  1. <?php
  2. return [
  3. 'Product_id' => '产品id',
  4. 'User_id' => '用户id',
  5. 'Comment' => '评论',
  6. 'Rate' => '评价级别',
  7. 'Rate 1' => '极差',
  8. 'Rate 2' => '差评',
  9. 'Rate 3' => '中评',
  10. 'Rate 4' => '好评',
  11. 'Rate 5' => '极好',
  12. 'Order_id' => '订单id',
  13. 'Spec' => '商品规格/购买类型',
  14. 'Anonymous' => '是否匿名',
  15. 'Anonymous 0' => '否',
  16. 'Anonymous 1' => '是',
  17. 'Toptime' => '是否置顶',
  18. 'Top time' => '置顶时间',
  19. 'Createtime' => '创建时间',
  20. 'Updatetime' => '更新时间',
  21. 'Deletetime' => '删除时间',
  22. 'Product title' => '商品标题',
  23. ];