blob: efb31a4af627668aa6bce7f0c5f74bf7ab2e9110 [file] [log] [blame]
package com.g9.g9backend.service;
import com.g9.g9backend.pojo.Subscription;
import com.github.jeffreyning.mybatisplus.service.IMppService;
public interface SubscriptionService extends IMppService<Subscription> {
}