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.
27 lines
666 B
27 lines
666 B
<?php
|
|
/*
|
|
* @Descripttion:
|
|
* @version:
|
|
* @Author: GuaPi
|
|
* @Date: 2021-07-29 10:40:46
|
|
* @LastEditors: GuaPi
|
|
* @LastEditTime: 2021-08-14 10:35:38
|
|
*/
|
|
return [
|
|
'labels' => [
|
|
'UserWalletLog' => '资产明细',
|
|
'user-wallet-log' => '资产明细'
|
|
],
|
|
'fields' => [
|
|
'user_id' => 'UID',
|
|
'account_type' => '账户类型',
|
|
'coin_name' => '币种',
|
|
'rich_type' => '资产类型',
|
|
'amount' => '金额',
|
|
'log_type' => '流水类型',
|
|
'log_note' => '流水描述',
|
|
'before_balance' => '变更前余额',
|
|
'after_balance' => '变更后余额',
|
|
],
|
|
'options' => [],
|
|
];
|
|
|