package com.peanut.modules.book.dao; import com.peanut.modules.book.entity.BookShelfEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** * 书架表 * * @author yl * @email yl328572838@163.com * @date 2022-08-29 15:27:44 */ @Mapper public interface BookShelfDao extends BaseMapper { }