海南旅游SAAS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
333 B

4 years ago
4 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Notice' => '系统公告',
  5. 'notice' => '系统公告',
  6. ],
  7. 'fields' => [
  8. 'agent_id' => '发布者ID',
  9. 'title' => '公告标题',
  10. 'sort' => '排序',
  11. 'author' => '作者',
  12. 'content' => '公告内容',
  13. ],
  14. 'options' => [
  15. ],
  16. ];