初始化

This commit is contained in:
2026-03-02 13:44:38 +08:00
commit 05b785083c
677 changed files with 58662 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?php
return [
'title' => '充值账户配置',
'recharge_setting_info' => '收款账户',
'fields' => [
'id' => 'ID',
'method_name' => '充值方式名',
'currency' => '币种',
'name' => '充值名',
'bank_name' => '开户行',
'sub_bank' => '支行',
'owner' => '户名',
'account' => '银行账户',
'user_name' => '创建人',
'status' => '状态',
'created_at' => '创建时间',
]
];