提交 0e4c9c02 编写于 作者: m0_50812349's avatar m0_50812349

添加自动移动文件的boo;

上级 e938c8c0
......@@ -8,6 +8,7 @@ type AutoCodeStruct struct {
Abbreviation string `json:"abbreviation"`
Description string `json:"description"`
AutoCreateApiToSql bool `json:"autoCreateApiToSql"`
AutoMoveFile bool `json:"autoMoveFile"`
Fields []Field `json:"fields"`
}
......
......@@ -63,6 +63,9 @@
<el-form-item label="自动创建api">
<el-checkbox v-model="form.autoCreateApiToSql"></el-checkbox>
</el-form-item>
<el-form-item label="自动移动文件">
<el-checkbox v-model="form.autoMoveFile"></el-checkbox>
</el-form-item>
</el-form>
<!-- 组件列表 -->
<div class="button-box clearflex">
......@@ -165,6 +168,7 @@ export default {
abbreviation: "",
description: "",
autoCreateApiToSql: false,
autoMoveFile: false,
fields: []
},
rules: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册