24 lines
818 B
PHP
Raw Normal View History

<?php
return [
'Id' => 'ID',
'Name' => '消息名称',
'Event' => '消息事件',
'Type' => '消息类型',
'Type msg' => '站内通知',
'Type email' => '邮箱通知',
'Type template' => '模版消息(公众号)',
'Platform' => '平台',
'Platform user' => '用户',
'Platform admin' => '后台',
'To_id' => '接收人id',
'Content' => '内容',
'Ext' => '扩展',
'Notice_template_id' => '消息模板',
'Readtime' => '是否已读',
'Createtime' => '创建时间',
'Updatetime' => '更新时间',
'Deletetime' => '删除时间',
'Noticetemplate.id' => 'ID',
];