kafka-cdnc-server | 修改 | 用户repository重名调整
mt 2024年12月19日17:09:42
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -11,7 +11,7 @@ import org.springframework.stereotype.Repository; | ... | @@ -11,7 +11,7 @@ import org.springframework.stereotype.Repository; |
| 11 | * @Date 2024/12/19 | 11 | * @Date 2024/12/19 |
| 12 | */ | 12 | */ |
| 13 | @Repository | 13 | @Repository |
| 14 | -public class UserRepositoryImpl extends BaseRepository implements IUserRepository { | 14 | +public class UserExtRepositoryImpl extends BaseRepository implements IUserRepository { |
| 15 | /** | 15 | /** |
| 16 | * @Author mt | 16 | * @Author mt |
| 17 | * @Description 根据uuid查找用户信息 | 17 | * @Description 根据uuid查找用户信息 | ... | ... |
-
Please register or login to post a comment