API数据表更新

This commit is contained in:
2025-08-27 00:01:42 +08:00
parent 98672e9c0f
commit cb1b6f9349
16 changed files with 478 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_municipalities,biz_api_doc,biz_api_param")
builder.addInclude("biz_sync_task,biz_db_config")
.addTablePrefix("biz_")
.entityBuilder()
.enableLombok()