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