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.
15 lines
382 B
15 lines
382 B
2 years ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Id' => '主键ID',
|
||
|
'Wx_menu_id' => '菜单ID',
|
||
|
'Name' => '栏目名称',
|
||
|
'Wx_category_id' => '父级ID',
|
||
|
'Weigh' => '排序',
|
||
|
'Catedata' => '状态',
|
||
|
'Catedata 0' => '禁用',
|
||
|
'Catedata 1' => '启用',
|
||
|
'Createtime' => '添加时间',
|
||
|
'Updatetime' => '更新时间'
|
||
|
];
|