1
zj
2025-08-24 4a79b4c9bc6f9f1c6c0f2d8b5edf755535ba2ad1
1
2
3
4
5
6
7
8
9
package com.ruoyi.system.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.system.domain.NeteaseTeam;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface NeteaseTeamMapper extends BaseMapper<NeteaseTeam> {
}