123456789101112131415161718 |
- <?php
- return [
- 'labels' => [
- 'UserWithdraw' => 'UserWithdraw',
- 'user-withdraw' => 'UserWithdraw',
- ],
- 'fields' => [
- 'user_id' => '用户',
- 'name' => '姓名',
- 'type' => '类型 1-微信',
- 'account' => '提现账号',
- 'price' => '提现金额',
- 'desc' => '提现备注',
- 'status' => '提现状态',
- ],
- 'options' => [
- ],
- ];
|