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
fbce257571
commit
185d92f054
@ -8,7 +8,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
### mapper继承JoinBaseMapper
|
### mapper继承MPJBaseMapper
|
||||||
|
|
||||||
```java
|
```java
|
||||||
import com.github.yulichang.base.MPJBaseMapper;
|
import com.github.yulichang.base.MPJBaseMapper;
|
||||||
@ -19,7 +19,7 @@ public interface UserMapper extends MPJBaseMapper<UserDO> {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### (可选)service继承JoinBaseService
|
### (可选)service继承JoinService
|
||||||
|
|
||||||
```java
|
```java
|
||||||
import com.github.yulichang.mybatisplusjoin.solon.plugin.base.JoinService;
|
import com.github.yulichang.mybatisplusjoin.solon.plugin.base.JoinService;
|
||||||
@ -29,7 +29,7 @@ public interface UserService extends JoinService<UserDO> {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### (可选)serviceImpl继承JoinBaseServiceImpl
|
### (可选)serviceImpl继承JoinServiceImpl
|
||||||
|
|
||||||
```java
|
```java
|
||||||
import com.github.yulichang.mybatisplusjoin.solon.plugin.base.JoinServiceImpl;
|
import com.github.yulichang.mybatisplusjoin.solon.plugin.base.JoinServiceImpl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user