KKSU
2024-06-24 96a6e0d312a35f4e9fc16d0c6c757768b9bfeb6e
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
 
import cc.mrbird.febs.mall.entity.GameRoomChild;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface GameRoomChildMapper extends BaseMapper<GameRoomChild> {
}