init commit

This commit is contained in:
iqudoo
2026-04-09 16:42:51 +08:00
parent caeaad6426
commit 4743aaa240

View File

@@ -16,7 +16,6 @@
扩展 MyBatis Mapper添加以下功能
- 在 Mapper 接口中添加 `selectPrimaryKeyByExample` 方法
- 在 Mapper XML 中生成对应的 SQL 查询语句
- 支持分页查询(通过 `AbstractWithLimitPlugin` 提供)
### TapeRepositoryGeneratorPlugin
为非视图表生成 Repository 层代码: