Skip to content

Commit 73edd03

Browse files
committed
fix: 修复字段生成代码中API相关的描述信息
1 parent 110fb33 commit 73edd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/view/systemTools/autoCode/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<el-form-item label="文件名称" prop="packageName">
6161
<el-input v-model="form.packageName" placeholder="生成文件的默认名称" />
6262
</el-form-item>
63-
<el-form-item label="自动创建api">
63+
<el-form-item label="自动创建api(将API相关信息注册到数据库中)">
6464
<el-checkbox v-model="form.autoCreateApiToSql" />
6565
</el-form-item>
6666
<el-form-item label="自动移动文件">

0 commit comments

Comments
 (0)