44323
2023-11-01 8e524f6e570fca66f670a8072edefc6ca2d4e2f9
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();
    }
}