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