synthesis.php 712 B

1234567891011121314151617181920
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Title' => '标题',
  5. 'Product_id' => '产品',
  6. 'To_lang' => '所属语言',
  7. 'Material_one' => '合成材料1',
  8. 'Material_one_num' => '材料消耗1数量',
  9. 'Material_two' => '合成材料2',
  10. 'Material_two_num' => '材料消耗2数量',
  11. 'Material_three' => '合成材料3',
  12. 'Material_three_num' => '材料消耗3数量',
  13. 'Weigh' => '权重',
  14. 'Status' => '状态',
  15. 'Start_time' => '开始时间',
  16. 'End_time' => '介绍时间',
  17. 'Create_time' => '创建时间',
  18. 'Update_time' => '更新时间'
  19. ];