<?php
return [
'id' => 'ID',
'phone' => '手机号',
'name' => '姓名',
'sex' => '性别',
'address' => '地址',
'birthday' => '出生年月',
'age' => '年龄',
'created_at' => '注册时间',
'password' => '登录密码',
'keyword' => '关键字',
'avatar' => '头像',
];