海南旅游SAAS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
388 B

4 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Withdrawal' => '提现记录表',
  5. 'withdrawal' => '提现记录表',
  6. ],
  7. 'fields' => [
  8. 'user_id' => '用户id',
  9. 'user_type' => '用户类型',
  10. 'price' => '提现金额',
  11. 'pay_type' => '提现方式',
  12. 'pay_id' => '提现id',
  13. 'status' => '状态',
  14. ],
  15. 'options' => [
  16. ],
  17. ];