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