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