Commit 703129b9 authored by 赵啸非's avatar 赵啸非

修改部分生成代码逻辑

parent 6fac8380
......@@ -98,7 +98,7 @@
<el-col :span="12">
<el-form-item prop="isShowControl">
<span slot="label"
>是否request Mapping
>request Mapping方式
<el-tooltip
content="是否显示的生成Controller Mapping"
placement="top"
......@@ -108,9 +108,9 @@
</span>
<el-select v-model="info.isShowControl">
<el-option label="RequestBody" value="2" />
<el-option label="RequestForm" value="1" />
<el-option label="RequestFormTwo" value="0" />
<el-option label="RequestJsonBody" value="2" />
<el-option label="RequestPOSTMapping" value="1" />
<el-option label="RequestForm" value="0" />
</el-select>
</el-form-item>
......
......@@ -493,7 +493,7 @@ public class GentableEntity extends GentableEntityExt{
this.feignAppName = "";
this.genApi = null;
this.isGenExport = null;
this.isShowControl = null;
this.isShowControl = 2;
this.genPath = "/";
this.options = null;
this.remark = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment