commodity.php 622 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'C_id' => '商品id',
  4. 'C_name' => '商品名',
  5. 'C_notice_content' => '商品详情',
  6. 'C_title_content' => '商品标题',
  7. 'C_images' => '商品图',
  8. 'C_yuanjiaprice' => '未打折价格',
  9. 'C_vipprice' => '出售价格',
  10. 'C_freight' => '运费',
  11. 'C_buynum' => '销量',
  12. 'C_stock' => '库存',
  13. 'C_type' => '商品类型',
  14. 'C_whitebean' => '赠送白豆',
  15. 'C_sort' => '排序',
  16. 'C_recommodity' => '推荐商品0不是1是',
  17. 'C_state_switch' => '状态'
  18. ];