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