海南旅游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.

15 lines
303 B

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