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.
14 lines
299 B
14 lines
299 B
2 weeks ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Id' => 'ID',
|
||
|
'Name' => '名称',
|
||
|
'Icon' => '图标',
|
||
|
'Class' => '类名',
|
||
|
'Createtime' => '创建时间',
|
||
|
'Updatetime' => '更新时间',
|
||
|
'Deletetime' => '删除时间',
|
||
|
'Weigh' => '权重',
|
||
|
'Status' => '状态'
|
||
|
];
|