whycxzp
2024-12-31 44fad38cf4808c535c6d15f5366aa7cd09bfc3ee
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.Person;
 
public interface PersonMapper extends CustomMapper<Person>{
}