This commit is contained in:
Cauchy
2023-10-12 13:33:54 +08:00
parent a356cceb62
commit 6bf8fd586c
13 changed files with 138 additions and 34 deletions

View File

@@ -1,8 +1,8 @@
/**
* Copyright (c) 2016-2019 人人开源 All rights reserved.
*
* <p>
* https://www.renren.io
*
* <p>
* 版权所有,侵权必究!
*/
@@ -27,5 +27,4 @@ public class MybatisPlusConfig {
public PaginationInterceptor paginationInterceptor() {
return new PaginationInterceptor();
}
}