From 5acf97e08aa9107ad573660d999fa71daebdc28b Mon Sep 17 00:00:00 2001 From: yulichang <570810310@qq.com> Date: Wed, 17 Jan 2024 02:20:09 +0800 Subject: [PATCH] solon --- mybatis-plus-join-solon-plugin/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mybatis-plus-join-solon-plugin/README.md b/mybatis-plus-join-solon-plugin/README.md index 1719943..9fcacd0 100644 --- a/mybatis-plus-join-solon-plugin/README.md +++ b/mybatis-plus-join-solon-plugin/README.md @@ -19,7 +19,7 @@ public interface UserMapper extends MPJBaseMapper { } ``` -### (可选)service继承JoinService +### (可选)service继承MPJBaseService ```java import com.github.yulichang.mybatisplusjoin.solon.plugin.base.MPJBaseService; @@ -29,7 +29,7 @@ public interface UserService extends MPJBaseService { } ``` -### (可选)serviceImpl继承JoinServiceImpl +### (可选)serviceImpl继承MPJBaseServiceImpl ```java import com.github.yulichang.mybatisplusjoin.solon.plugin.base.MPJBaseServiceImpl;