mitao
2025-03-31 ce396f73fa41c66cbdb02c61cafa90b08f41ab48
cloud-server-other/src/main/java/com/dsh/other/service/impl/TGameServiceImpl.java
@@ -17,4 +17,8 @@
@Service
public class TGameServiceImpl extends ServiceImpl<TGameMapper, TGame> implements TGameService {
    @Override
    public String getIntro() {
        return this.baseMapper.getIntro();
    }
}