blob: 4b0c8102e16a3f461aaa826c919b0879d7d7127a [file] [log] [blame]
xiukira687b9cb2025-05-29 15:15:02 +08001package com.g9.g9backend.service;
2
3import com.g9.g9backend.pojo.UserPurchase;
4import com.github.jeffreyning.mybatisplus.service.IMppService;
5
6public interface UserPurchaseService extends IMppService<UserPurchase> {
7}