announcement.php 392 B

123456789101112131415
  1. <?php
  2. return [
  3. 'Type_id' => '类型',
  4. 'Zh_title' => '中文标题',
  5. 'En_title' => '英文标题',
  6. 'Introduction'=> '信息导读',
  7. 'Body' => '内容',
  8. 'Images' => '图片',
  9. 'Weigh' => '权重',
  10. 'Status' => '状态',
  11. 'Details' => '详情',
  12. 'Create_time' => '创建时间',
  13. 'Update_time' => '更新时间'
  14. ];