coupons.php 561 B

1234567891011121314151617181920
  1. <?php
  2. return [
  3. 'Name' => '名称',
  4. 'Goods_ids' => '适用商品',
  5. 'Type' => '优惠券类型',
  6. 'Type cash' => '代金券',
  7. 'Type discount'=> '折扣券',
  8. 'Amount' => '券面额',
  9. 'Enough' => '消费门槛',
  10. 'Stock' => '库存',
  11. 'Limit' => '每人限制',
  12. 'Gettime' => '领取周期',
  13. 'Usetime' => '有效期',
  14. 'Description' => '描述',
  15. 'Createtime' => '创建时间',
  16. 'Updatetime' => '更新时间',
  17. 'Deletetime' => '删除时间'
  18. ];