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
17 lines
388 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Withdrawal' => '提现记录表',
|
|
'withdrawal' => '提现记录表',
|
|
],
|
|
'fields' => [
|
|
'user_id' => '用户id',
|
|
'user_type' => '用户类型',
|
|
'price' => '提现金额',
|
|
'pay_type' => '提现方式',
|
|
'pay_id' => '提现id',
|
|
'status' => '状态',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|