xiukira | ac78f3d | 2025-06-08 23:38:10 +0800 | [diff] [blame] | 1 | package com.g9.g9backend.service; |
2 | |||||
3 | import com.g9.g9backend.pojo.GameVersion; | ||||
4 | import com.github.jeffreyning.mybatisplus.service.IMppService; | ||||
5 | |||||
6 | public interface GameVersionService extends IMppService<GameVersion> { | ||||
7 | } |