- package com.zanxiang.mybatis.mapper;
- import com.baomidou.mybatisplus.core.mapper.BaseMapper;
- import com.zanxiang.mybatis.entity.GameExt;
- /**
- * @author : lingfeng
- * @time : 2022-09-23
- * @description : ${description}
- */
- public interface GameExtMapper extends BaseMapper<GameExt> {
- }
|