feat(mapper): 添加 MpUserMapper 及用户插入测试

新增 MpUserMapper 接口,扩展自 Mybatis Plus 的 BaseMapper,用于 User 实体的数据库操作。在 UserMapperTest 中添加 testAddUser 方法以验证用户插入功能,使用 SQLite 数据库进行单元测试。
This commit is contained in:
2024-08-16 22:51:06 +08:00
parent e9bbc1e274
commit a8f39e2b0c
7 changed files with 59 additions and 2 deletions
+1
View File
@@ -32,3 +32,4 @@ build/
### VS Code ###
.vscode/
/src/main/resources/application.yaml
/test.db