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.
18 lines
619 B
18 lines
619 B
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Admin_id' => '管理员ID',
|
|
'Category_id' => '类目ID',
|
|
'Name' => '属性名',
|
|
'Value' => '配置属性',
|
|
'Value key' => '名称',
|
|
'Value value' => '值',
|
|
'Switch' => '开关',
|
|
'Weigh' => '权重',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '更新时间',
|
|
'Deletetime' => '删除时间',
|
|
'Status' => '状态',
|
|
'Category.name' => '类目名称'
|
|
];
|
|
|