mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
solon
This commit is contained in:
parent
0475d410d0
commit
5acf97e08a
@ -19,7 +19,7 @@ public interface UserMapper extends MPJBaseMapper<UserDO> {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### (可选)service继承JoinService
|
### (可选)service继承MPJBaseService
|
||||||
|
|
||||||
```java
|
```java
|
||||||
import com.github.yulichang.mybatisplusjoin.solon.plugin.base.MPJBaseService;
|
import com.github.yulichang.mybatisplusjoin.solon.plugin.base.MPJBaseService;
|
||||||
@ -29,7 +29,7 @@ public interface UserService extends MPJBaseService<UserDO> {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### (可选)serviceImpl继承JoinServiceImpl
|
### (可选)serviceImpl继承MPJBaseServiceImpl
|
||||||
|
|
||||||
```java
|
```java
|
||||||
import com.github.yulichang.mybatisplusjoin.solon.plugin.base.MPJBaseServiceImpl;
|
import com.github.yulichang.mybatisplusjoin.solon.plugin.base.MPJBaseServiceImpl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user