mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
update docs
This commit is contained in:
parent
755c6fbc85
commit
c86f3534dc
@ -24,7 +24,7 @@ public interface IAccountService extends IService{
|
|||||||
```java
|
```java
|
||||||
@Component
|
@Component
|
||||||
public class AccountServiceImpl implements IAccountService
|
public class AccountServiceImpl implements IAccountService
|
||||||
extends ServiceImpl<Account, AccountMapper>{
|
extends ServiceImpl<AccountMapper, Account>{
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Account customMethod(){
|
public Account customMethod(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user