14 lines
388 B
PHP
14 lines
388 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Brand_id' => '所属小程序',
|
||
|
'Recharge_amount' => '充值金额',
|
||
|
'Account_amount' => '到账金额',
|
||
|
'Cut_amount' => '节省金额',
|
||
|
'Status' => '状态',
|
||
|
'Updatetime' => '更新时间',
|
||
|
'Createtime' => '创建时间',
|
||
|
'Year' => '年',
|
||
|
'Annual cost savings' => '每年可节省费用'
|
||
|
];
|