海南旅游SAAS
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.
 
 
 

18 lines
423 B

<?php
return [
'labels' => [
'Statement' => '余额流水',
'statement' => '余额流水',
],
'fields' => [
'price' => '变动金额',
'type' => '变动类型',
'user_id' => '商户id',
'user_type' => '用户类型',
'access_id' => '关联ID',
'access_type' => '流水类型',
'created_at' => '时间',
],
'options' => [
],
];