notification.php 378 B

1234567891011121314
  1. <?php
  2. return [
  3. 'Id' => '消息表',
  4. 'Type' => '消息类型',
  5. 'Notifiable_id' => '接收人',
  6. 'Notifiable_type' => '接收人类型',
  7. 'Data' => '数据',
  8. 'Readtime' => '是否已读',
  9. 'Createtime' => '创建时间',
  10. 'Updatetime' => '更新时间',
  11. 'Deletetime' => '删除时间'
  12. ];