xiukira | 687b9cb | 2025-05-29 15:15:02 +0800 | [diff] [blame] | 1 | package com.g9.g9backend.mapper; |
2 | |||||
3 | import com.g9.g9backend.pojo.Gameplay; | ||||
4 | import com.github.jeffreyning.mybatisplus.base.MppBaseMapper; | ||||
5 | import org.apache.ibatis.annotations.Mapper; | ||||
6 | |||||
7 | @Mapper | ||||
8 | public interface GameplayMapper extends MppBaseMapper<Gameplay> { | ||||
9 | } |