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

4 years ago
4 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Message' => '系统消息',
  5. 'message' => '系统消息',
  6. ],
  7. 'fields' => [
  8. 'agent_id' => '代理商ID',
  9. 'user_id' => '接收者ID',
  10. 'title' => '消息标题',
  11. 'content' => '消息内容',
  12. 'is_read' => '是否已读',
  13. 'author' => '作者',
  14. ],
  15. 'options' => [
  16. ],
  17. ];