blob: 4b0c8102e16a3f461aaa826c919b0879d7d7127a [file] [log] [blame]
package com.g9.g9backend.service;
import com.g9.g9backend.pojo.UserPurchase;
import com.github.jeffreyning.mybatisplus.service.IMppService;
public interface UserPurchaseService extends IMppService<UserPurchase> {
}