package com.whyc.mapper; import com.whyc.pojo.Person; public interface PersonMapper extends CustomMapper{ }