82.php 652 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. /**
  3. * '菜单ID' => [
  4. * '字段英文名' => '字段中文名'
  5. * ]
  6. */
  7. return [
  8. [
  9. 'key' => 'order_number',
  10. 'value' => '流水号',
  11. ],
  12. [
  13. 'key' => 'code',
  14. 'value' => '供应商编码',
  15. ],
  16. [
  17. 'key' => 'title',
  18. 'value' => '供应商全称',
  19. ],
  20. [
  21. 'key' => 'easy_title',
  22. 'value' => '供应商简称',
  23. ],
  24. [
  25. 'key' => 'category_code',
  26. 'value' => '分类编码',
  27. ],
  28. [
  29. 'key' => 'category_code_title',
  30. 'value' => '分类名称',
  31. ],
  32. [
  33. 'key' => 'crt_time',
  34. 'value' => '创建时间',
  35. ],
  36. ];