voucher.php 409 B

12345678910111213141516
  1. <?php
  2. return [
  3. 'User_id' => '用户',
  4. 'Voucher_id' => '优惠券',
  5. 'Takeamount' => '折扣数额',
  6. 'Fullamount' => '使用满足数额',
  7. 'Status' => '状态',
  8. 'Expiretime' => '过期时间',
  9. 'Createtime' => '添加时间',
  10. 'Updatetime' => '更新时间',
  11. 'User.username' => '用户名',
  12. "use" => "已使用",
  13. "expire" => "过期"
  14. ];