|
<?php
|
|
|
|
return [
|
|
'id' => 'ID',
|
|
'name' => '名称',
|
|
'key' => 'KEY',
|
|
'value' => '值',
|
|
'parent_id' => '上级',
|
|
'type_key' => '上级',
|
|
'path' => '上级',
|
|
'sort' => '排序(正序)',
|
|
'level' => '层级',
|
|
'options' => '扩展',
|
|
'image' => '图片',
|
|
'images' => '图片集',
|
|
'description' => '描述',
|
|
'content' => '内容',
|
|
];
|