voucher.php 300 B

123456789101112
  1. <?php
  2. return [
  3. 'Description' => '描述',
  4. 'Takeamount' => '折扣数额',
  5. 'Fullamount' => '使用满足数额',
  6. 'Indate_day' => '有效期(天)',
  7. 'Exchange_score' => '兑换积分',
  8. 'Createtime' => '添加时间',
  9. 'Updatetime' => '更新时间'
  10. ];