blob: 97b710a9b2f546f2d2531788251d0d5157110311 [file] [log] [blame]
package com.g9.g9backend.service;
import com.g9.g9backend.pojo.UserLike;
import com.github.jeffreyning.mybatisplus.service.IMppService;
public interface UserLikeService extends IMppService<UserLike> {
}