messagesys.php 601 B

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Title' => 'Title',
  5. 'Title_en' => 'Title(en)',
  6. 'Info' => 'Push Info',
  7. 'Info_en' => 'Push Info(en)',
  8. 'Createtime' => 'Create time',
  9. 'Content' => 'notice show content',
  10. 'Content_en' => 'notice show content(en)',
  11. 'Is_index' => 'Place to home',
  12. 'Is_index 0' => 'no',
  13. 'Is_index 1' => 'yes',
  14. 'Is_show' => 'Is show',
  15. 'Is_show 1' => 'On',
  16. 'Is_show 0' => 'Off',
  17. 'Weigh' => 'Weigh',
  18. 'Push_status' => 'Push status',
  19. 'Push_status 0' => 'NO',
  20. 'Push_status 1' => 'YES'
  21. ];