13 lines
489 B
PHP
13 lines
489 B
PHP
<?php
|
|
|
|
return [
|
|
'Id' => '主键ID',
|
|
'Mattertemplatecategorization_id' => '事项模版分类ID',
|
|
'Content' => '内容',
|
|
'Day' => 'N天后回访',
|
|
'Times' => '回访时间',
|
|
'Create_time' => '创建时间',
|
|
'Update_time' => '更新时间',
|
|
'Mattertemplatecategorization.name' => '模板名称'
|
|
];
|