课程留言板点赞

This commit is contained in:
wuchunlei
2024-06-13 10:36:27 +08:00
parent 709c0040d3
commit e04de3202a
8 changed files with 131 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
package com.peanut.modules.common.dao;
import com.github.yulichang.base.MPJBaseMapper;
import com.peanut.modules.common.entity.CourseGuestbookSupport;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface CourseGuestbookSupportDao extends MPJBaseMapper<CourseGuestbookSupport> {
}