From 93e36c526fe445c14d5fb19f3653f8a8e55e3a6c Mon Sep 17 00:00:00 2001 From: wang <3597712270@qq.com> Date: 星期四, 09 五月 2024 15:49:34 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- hangzhoumesParent/common/servicebase/src/main/java/com/mes/tools/CodeGet.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/tools/CodeGet.java b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/tools/CodeGet.java index 866f4b4..7a3bfe9 100644 --- a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/tools/CodeGet.java +++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/tools/CodeGet.java @@ -22,7 +22,7 @@ // 2銆佸叏灞�閰嶇疆 // 鍏ㄥ眬閰嶇疆 GlobalConfig gc = new GlobalConfig(); - gc.setOutputDir("D:\\Documents\\hangzhoumesParent2\\"); + gc.setOutputDir("D:\\Documents\\hangzhoumesParent3\\"); gc.setServiceName("%sService"); //鍘绘帀Service鎺ュ彛鐨勯瀛楁瘝I gc.setAuthor("wu"); @@ -41,7 +41,7 @@ // 4銆佸寘閰嶇疆 PackageConfig pc = new PackageConfig(); pc.setParent("com.mes"); - pc.setModuleName("engineering"); //妯″潡鍚� + pc.setModuleName("glassinfo"); //妯″潡鍚� pc.setController("controller"); pc.setService("service"); pc.setMapper("mapper"); @@ -50,7 +50,7 @@ // 5銆佺瓥鐣ラ厤缃� StrategyConfig strategy = new StrategyConfig(); - strategy.setInclude("engineering"); + strategy.setInclude("glass_info"); strategy.setNaming(NamingStrategy.underline_to_camel);//鏁版嵁搴撹〃鏄犲皠鍒板疄浣撶殑鍛藉悕绛栫暐 -- Gitblit v1.8.0