packagesku.php 662 B

123456789101112131415161718192021
  1. <?php
  2. return [
  3. 'Id' => 'id',
  4. 'Goods_id' => '商品id',
  5. 'Type' => '项目类型',
  6. 'Type 0' => '普通项目',
  7. 'Type 1' => '可入套餐项目',
  8. 'Name' => '规格名称',
  9. 'Price' => '价格',
  10. 'Cost_seconds' => '时长/分钟',
  11. 'Unit' => '单位',
  12. 'Salenums' => '销量',
  13. 'Status' => '状态',
  14. 'Status hidden' => '未使用',
  15. 'Set status to hidden'=> '设为未使用',
  16. 'Status normal' => '使用中',
  17. 'Set status to normal'=> '设为使用中',
  18. 'Createtime' => '创建时间',
  19. 'Updatetime' => '更新时间'
  20. ];