feat: user related logic refactor
This commit is contained in:
@@ -2,9 +2,9 @@ package xin.merlin.myplayerbackend.service.impl;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import org.springframework.stereotype.Service;
|
||||
import xin.merlin.myplayerbackend.entity.Playroom;
|
||||
import xin.merlin.myplayerbackend.entity.PlayroomInfo;
|
||||
import xin.merlin.myplayerbackend.mapper.PlayroomMapper;
|
||||
|
||||
@Service
|
||||
public class PlayroomServiceImpl extends ServiceImpl<PlayroomMapper, Playroom> {
|
||||
public class PlayroomServiceImpl extends ServiceImpl<PlayroomMapper, PlayroomInfo> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user