package com.lovecoding.xml.mapper; import com.lovecoding.xml.pojo.Author; import java.util.List; public interface AuthorBookMapper { List<Author> selectAuthor(); }