Commit 59950c3b by naan1993

增加默认模块生成名称为system

parent f08d0e46
...@@ -14,7 +14,7 @@ public class ContextConfig { ...@@ -14,7 +14,7 @@ public class ContextConfig {
private String bizChName; //业务名称 private String bizChName; //业务名称
private String bizEnName; //业务英文名称 private String bizEnName; //业务英文名称
private String bizEnBigName;//业务英文名称(大写) private String bizEnBigName;//业务英文名称(大写)
private String moduleName; //模块名称 private String moduleName = "system"; //模块名称
private Boolean controllerSwitch = true; //是否生成控制器代码开关 private Boolean controllerSwitch = true; //是否生成控制器代码开关
private Boolean indexPageSwitch = true; //主页 private Boolean indexPageSwitch = true; //主页
......
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