KKSU
2024-07-01 2b494c0a8310f64c300e2a79bdd3666f0b5ad07a
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> {
}