blob: efb31a4af627668aa6bce7f0c5f74bf7ab2e9110 [file] [log] [blame]
xiukira687b9cb2025-05-29 15:15:02 +08001package com.g9.g9backend.service;
2
3import com.g9.g9backend.pojo.Subscription;
4import com.github.jeffreyning.mybatisplus.service.IMppService;
5
6public interface SubscriptionService extends IMppService<Subscription> {
7}