Skip to content

Commit 33ceb12

Browse files
committed
Merge branch 'dev'
2 parents c9fccc3 + 13bc701 commit 33ceb12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

quickframe-mbg/src/main/java/com/hyhcoder/quickframe/CommonGenerator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,14 @@ public static void main(String[] args) {
8080
pc.setParent("com.hyhcoder.quickframe");
8181
// Entity包名
8282
pc.setEntity("model");
83+
8384
// Service包名
8485
// pc.setService("service");
8586
// Service Impl包名
8687
// pc.setServiceImpl("serviceImpl");
8788
// Controller包名
8889
// pc.setController("controller");
90+
8991
// Mapper包名
9092
pc.setMapper("mapper");
9193
// Mapper XML包名

0 commit comments

Comments
 (0)