update docs

This commit is contained in:
开源海哥 2023-05-15 14:13:26 +08:00
parent 755c6fbc85
commit c86f3534dc

View File

@ -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(){