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.
|
<?php
|
|
|
|
return [
|
|
// 拜访日志
|
|
'visit_id' => '访问申请ID',
|
|
'type' => '操作类型',
|
|
'remark' => '备注',
|
|
'operator' => '操作人',
|
|
|
|
// 消息
|
|
'clean_expired_success' => '清理过期日志成功',
|
|
];
|