notice.php 458 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'Id' => 'id',
  4. 'Title' => '标题',
  5. 'Type' => '类型',
  6. 'Type 0' => '用户端',
  7. 'Type 1' => '服务端',
  8. 'Type 2' => '商户端',
  9. 'Image' => '封面图',
  10. 'Content' => '内容',
  11. 'Weigh' => '权重',
  12. 'State' => '状态',
  13. 'State 0' => '隐藏',
  14. 'State 1' => '显示',
  15. 'Createtime' => '创建时间',
  16. 'Updatetime' => '更新时间'
  17. ];