feat: user related logic refactor
This commit is contained in:
@@ -2,8 +2,8 @@ package xin.merlin.myplayerbackend.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import xin.merlin.myplayerbackend.entity.Playroom;
|
||||
import xin.merlin.myplayerbackend.entity.PlayroomInfo;
|
||||
|
||||
@Mapper
|
||||
public interface PlayroomMapper extends BaseMapper<Playroom> {
|
||||
public interface PlayroomMapper extends BaseMapper<PlayroomInfo> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user