<?php

return [
    'Brand_id'       => '所属小程序',
    'User_id'        => '所属用户',
    'Data_id'        => '关联表的id',
    'Title'          => '变动说明',
    'Before_account' => '变动之前余额',
    'After_account'  => '变动之后余额',
    'Amount'         => '余额值',
    'Account_type'   => '类型',
    'Amount_type'    => '余额变动类型',
    'Add_type'       => '新增',
    'Dec_type'       => '减少',
    'Updatetime'     => '更新时间',
    'Createtime'     => '创建时间'
];