We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9fccc3 + 13bc701 commit 33ceb12Copy full SHA for 33ceb12
quickframe-mbg/src/main/java/com/hyhcoder/quickframe/CommonGenerator.java
@@ -80,12 +80,14 @@ public static void main(String[] args) {
80
pc.setParent("com.hyhcoder.quickframe");
81
// Entity包名
82
pc.setEntity("model");
83
+
84
// Service包名
85
// pc.setService("service");
86
// Service Impl包名
87
// pc.setServiceImpl("serviceImpl");
88
// Controller包名
89
// pc.setController("controller");
90
91
// Mapper包名
92
pc.setMapper("mapper");
93
// Mapper XML包名
0 commit comments