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.
16 lines
374 B
16 lines
374 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'WithdrawalBank' => 'WithdrawalBank',
|
|
'withdrawal-bank' => 'WithdrawalBank',
|
|
],
|
|
'fields' => [
|
|
'account_name' => '开户人',
|
|
'branch' => '开户支行',
|
|
'card_number' => '卡号',
|
|
'name' => '银行名称',
|
|
'withdrawal_id' => '提现主表',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|