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.
|
<?php
|
|
|
|
return [
|
|
'Id' => '主键ID',
|
|
'Name' => '模型名称',
|
|
'Table' => '表名称',
|
|
'Model' => '模型名称',
|
|
'Remark' => '备注',
|
|
'Createtime' => '创建时间',
|
|
'Updatetime' => '更新时间',
|
|
'Desc' => '名称',
|
|
'CreateModel' => '创建模型',
|
|
'BuildAPI' => '生成接口',
|
|
];
|
|
|