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.
16 lines
382 B
16 lines
382 B
4 months ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Id' => 'ID',
|
||
|
'User_id' => '用户id',
|
||
|
'Status' => '状态',
|
||
|
'Createtime' => '添加时间',
|
||
|
'Updatetime' => '修改时间',
|
||
|
'Deletetime' => '删除时间',
|
||
|
'Reason' => '驳回原因',
|
||
|
'Realname' => '姓名',
|
||
|
'Cardno' => '身份证号',
|
||
|
'Cardno_z' => '正面照',
|
||
|
'Cardno_f' => '反面照'
|
||
|
];
|