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