14 lines
289 B
PHP
14 lines
289 B
PHP
<?php
|
|
|
|
return [
|
|
'User_id' => '账号',
|
|
'Username' => '用户名',
|
|
// 'Username' => '用户名',
|
|
'Added_time' => '加入时间',
|
|
'Removed_time' => '移除时间',
|
|
'Reason' => '原因',
|
|
'Active' => '生效',
|
|
'Removed' => '移除',
|
|
'Remarks' => '备注'
|
|
];
|