whycxzp
2024-08-01 8814d819464c862dbf6657fd01fea3dcd1422dd7
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.Person;
 
public interface PersonMapper extends CustomMapper<Person>{
}