Skip to content

Commit 42c58d6

Browse files
committed
Adapt v2.2.6 mybatis enhance
1 parent d5e89cf commit 42c58d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-boot-samples/api-boot-sample-mybatis-enhance/src/main/java/org/minbox/framework/api/boot/sample/mybatis/enhance/mapper/SystemUserMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* Gitee:https://gitee.com/hengboy
3333
* GitHub:https://github.com/hengboy
3434
*/
35-
public interface SystemUserMapper extends EnhanceMapper<SystemUser, String> {
35+
public interface SystemUserMapper extends EnhanceMapper<SystemUser> {
3636
/**
3737
* 根据userName查询单条记录
3838
*

api-boot-samples/api-boot-sample-mybatis-enhance/src/main/java/org/minbox/framework/api/boot/sample/mybatis/enhance/mapper/SystemUserRoleMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
* Gitee:https://gitee.com/hengboy
3030
* GitHub:https://github.com/hengboy
3131
*/
32-
public interface SystemUserRoleMapper extends EnhanceMapper<SystemUserRole, Integer> {
32+
public interface SystemUserRoleMapper extends EnhanceMapper<SystemUserRole> {
3333
}

0 commit comments

Comments
 (0)