messagesys.php 212 B

12345678910
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Title' => '消息标题',
  5. 'Info' => '副标题',
  6. 'Image' => '封面图',
  7. 'Content' => '内容',
  8. 'Createtime' => '创建时间'
  9. ];