mirror of
https://github.com/suyiiyii/SIMS.git
synced 2026-05-10 10:47:57 +08:00
feat(mapper): 添加 MpUserMapper 及用户插入测试
新增 MpUserMapper 接口,扩展自 Mybatis Plus 的 BaseMapper,用于 User 实体的数据库操作。在 UserMapperTest 中添加 testAddUser 方法以验证用户插入功能,使用 SQLite 数据库进行单元测试。
This commit is contained in:
@@ -32,3 +32,4 @@ build/
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
/src/main/resources/application.yaml
|
||||
/test.db
|
||||
|
||||
Reference in New Issue
Block a user