Files
yycea/application/admin/lang/zh-cn/wdsxh/message/message_notification.php
2026-03-17 09:56:06 +08:00

15 lines
363 B
PHP

<?php
return [
'Id' => 'ID',
'Type' => '类型',
'Type 1' => '个人',
'Type 2' => '企业',
'Type 3' => '团体',
'Title' => '通知标题',
'Content' => '通知内容',
'Admin_id' => '发送管理员ID',
'Createtime' => '创建时间',
'Updatetime' => '更新时间'
];