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