blob: b12680fdab801e30dcc62575c44ca16f9e9155ee [file] [log] [blame]
xiukira687b9cb2025-05-29 15:15:02 +08001package com.g9.g9backend.mapper;
2
3import com.g9.g9backend.pojo.UserCollection;
4import com.github.jeffreyning.mybatisplus.base.MppBaseMapper;
5import org.apache.ibatis.annotations.Mapper;
6
7@Mapper
8public interface UserCollectionMapper extends MppBaseMapper<UserCollection> {
9}