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