This commit is contained in:
2025-09-22 18:14:20 +08:00
parent 4e00a3a6e9
commit 52e94288df
41 changed files with 2493 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ public class demo {
.pathInfo(Collections.singletonMap(OutputFile.xml, System.getProperty("user.dir") + "/src/main/resources/mapper"));
})
.strategyConfig(builder -> {
builder.addInclude("biz_ssh_servers")
builder.addInclude("biz_mail_account,biz_mail_received,biz_mail_sent,biz_mail_attachment")
.addTablePrefix("biz_")
.entityBuilder()
.enableLombok()