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