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

19 lines
458 B

4 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Workorder' => '工单',
  5. 'workorder' => '工单',
  6. ],
  7. 'fields' => [
  8. 'title' => '标题',
  9. 'content' => '内容',
  10. 'publisher_type' => '发布人类型',
  11. 'publisher_id' => '发布人id',
  12. 'point_type' => '接收人类型',
  13. 'point_id' => '接收人id',
  14. 'status' => '状态',
  15. 'close_time' => '关闭时间',
  16. ],
  17. 'options' => [
  18. ],
  19. ];