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

<?php
return [
'labels' => [
'Workorder' => '工单',
'workorder' => '工单',
],
'fields' => [
'title' => '标题',
'content' => '内容',
'publisher_type' => '发布人类型',
'publisher_id' => '发布人id',
'point_type' => '接收人类型',
'point_id' => '接收人id',
'status' => '状态',
'close_time' => '关闭时间',
],
'options' => [
],
];