package com.peanut.modules.book.dao; import com.github.yulichang.base.MPJBaseMapper; import com.peanut.modules.book.entity.BookChapterEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** * * * @author yl * @email yl328572838@163.com * @date 2022-08-12 09:53:25 */ @Mapper public interface BookChapterDao extends MPJBaseMapper { }