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

修改部分生成代码逻辑

parent 6fac8380
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
<el-col :span="12"> <el-col :span="12">
<el-form-item prop="isShowControl"> <el-form-item prop="isShowControl">
<span slot="label" <span slot="label"
>是否request Mapping >request Mapping方式
<el-tooltip <el-tooltip
content="是否显示的生成Controller Mapping" content="是否显示的生成Controller Mapping"
placement="top" placement="top"
...@@ -108,9 +108,9 @@ ...@@ -108,9 +108,9 @@
</span> </span>
<el-select v-model="info.isShowControl"> <el-select v-model="info.isShowControl">
<el-option label="RequestBody" value="2" /> <el-option label="RequestJsonBody" value="2" />
<el-option label="RequestForm" value="1" /> <el-option label="RequestPOSTMapping" value="1" />
<el-option label="RequestFormTwo" value="0" /> <el-option label="RequestForm" value="0" />
</el-select> </el-select>
</el-form-item> </el-form-item>
......
...@@ -493,7 +493,7 @@ public class GentableEntity extends GentableEntityExt{ ...@@ -493,7 +493,7 @@ public class GentableEntity extends GentableEntityExt{
this.feignAppName = ""; this.feignAppName = "";
this.genApi = null; this.genApi = null;
this.isGenExport = null; this.isGenExport = null;
this.isShowControl = null; this.isShowControl = 2;
this.genPath = "/"; this.genPath = "/";
this.options = null; this.options = null;
this.remark = 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