From f77c8f18ab49b54c9c0bd7c8cae4962912f792e4 Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期一, 29 四月 2024 15:47:46 +0800 Subject: [PATCH] 增加暂停开始任务接口 --- hangzhoumesParent/common/servicebase/src/main/java/com/mes/tools/CodeGet.java | 9 ++++----- 1 files changed, 4 insertions(+), 5 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 218263e..866f4b4 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,10 +22,10 @@ // 2銆佸叏灞�閰嶇疆 // 鍏ㄥ眬閰嶇疆 GlobalConfig gc = new GlobalConfig(); - gc.setOutputDir("D:\\workspace\\hangzhoumesParent1\\"); + gc.setOutputDir("D:\\Documents\\hangzhoumesParent2\\"); gc.setServiceName("%sService"); //鍘绘帀Service鎺ュ彛鐨勯瀛楁瘝I - gc.setAuthor("zhoush"); + gc.setAuthor("wu"); gc.setOpen(false); mpg.setGlobalConfig(gc); @@ -41,7 +41,7 @@ // 4銆佸寘閰嶇疆 PackageConfig pc = new PackageConfig(); pc.setParent("com.mes"); - pc.setModuleName("userinfo"); //妯″潡鍚� + pc.setModuleName("engineering"); //妯″潡鍚� pc.setController("controller"); pc.setService("service"); pc.setMapper("mapper"); @@ -50,8 +50,7 @@ // 5銆佺瓥鐣ラ厤缃� StrategyConfig strategy = new StrategyConfig(); -// strategy.setInclude("activity_info", "activity_rule", "activity_sku", "coupon_info", "coupon_range", -// "coupon_use"); + strategy.setInclude("engineering"); strategy.setNaming(NamingStrategy.underline_to_camel);//鏁版嵁搴撹〃鏄犲皠鍒板疄浣撶殑鍛藉悕绛栫暐 -- Gitblit v1.8.0