package.php 898 B

1234567891011121314151617181920212223242526
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Type' => '类型',
  5. 'Type 1' => '普通',
  6. 'Type 2' => '卡券',
  7. 'Company_id' => '门店ID',
  8. 'Title' => '主标题',
  9. 'Info' => '副标题',
  10. 'Servicetype_id' => '服务类型ID',
  11. 'Images' => '主图',
  12. 'Price' => '套餐价格',
  13. 'Oldprice' => '原价',
  14. 'Num' => '库存数量',
  15. 'Content' => '套餐详情',
  16. 'Content_images' => '套餐图集',
  17. 'Weigh' => '权重排序',
  18. 'Status' => '状态',
  19. 'Status 1' => '上架',
  20. 'Status 0' => '下架',
  21. 'Createtime' => '创建时间',
  22. 'Updatetime' => '更新时间',
  23. 'Company.name' => '店铺名称',
  24. 'Servicetype.title' => '服务类型'
  25. ];