blob: acdc946ab1bb019b48523326350fed5e9631a880 [file] [log] [blame]
package com.g9.g9backend.mapper;
import com.g9.g9backend.pojo.Subscription;
import com.github.jeffreyning.mybatisplus.base.MppBaseMapper;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface SubscriptionMapper extends MppBaseMapper<Subscription> {
}