KKSU
2024-07-26 e484d2d13f6d0bfbde43a2740590466cfe22c372
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> {
}