whycxzp
2024-05-20 8b56449626c8d724ecfbfd5d641adc8405cb443f
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.Person;
 
public interface PersonMapper extends CustomMapper<Person>{
}