海外读书

This commit is contained in:
wuchunlei
2024-11-26 15:13:38 +08:00
parent 3fc7a80580
commit a0c42ecea0
37 changed files with 1234 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
package com.peanut.modules.bookAbroad.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.peanut.modules.common.entity.BookAbroadCommentLike;
public interface BookAbroadCommentLikeService extends IService<BookAbroadCommentLike> {
}