海南旅游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.

18 lines
423 B

4 years ago
4 years ago
4 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Statement' => '余额流水',
  5. 'statement' => '余额流水',
  6. ],
  7. 'fields' => [
  8. 'price' => '变动金额',
  9. 'type' => '变动类型',
  10. 'user_id' => '商户id',
  11. 'user_type' => '用户类型',
  12. 'access_id' => '关联ID',
  13. 'access_type' => '流水类型',
  14. 'created_at' => '时间',
  15. ],
  16. 'options' => [
  17. ],
  18. ];