Skip to content

Commit a1a7c82

Browse files
L1ypabel533
authored andcommitted
feat: BaseService新增wrapper方法; close #111
1 parent 155ea0a commit a1a7c82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

service/src/main/java/io/mybatis/service/BaseService.java

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
package io.mybatis.service;
1818

19+
import io.mybatis.mapper.example.ExampleWrapper;
20+
1921
import java.io.Serializable;
2022

2123
/**
@@ -31,4 +33,5 @@
3133
*/
3234
public interface BaseService<T, I extends Serializable> extends EntityService<T, I>, ExampleService<T, I> {
3335

36+
ExampleWrapper<T, I> wrapper();
3437
}

0 commit comments

Comments
 (0)