package com.peanut.modules.book.dao; import com.github.yulichang.base.MPJBaseMapper; import com.peanut.modules.book.entity.BookTeachCommentEntity; import org.apache.ibatis.annotations.Mapper; @Mapper public interface BookTeachCommentDao extends MPJBaseMapper { }