海南旅游SAAS
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.
 
 
 

17 lines
380 B

<?php
return [
'labels' => [
'Message' => '系统消息',
'message' => '系统消息',
],
'fields' => [
'agent_id' => '代理商ID',
'user_id' => '接收者ID',
'title' => '消息标题',
'content' => '消息内容',
'is_read' => '是否已读',
'author' => '作者',
],
'options' => [
],
];