whyclxw
2024-05-23 d97d9ec608862afc97143ed65331e50e0739a45f
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.Person;
 
public interface PersonMapper extends CustomMapper<Person>{
}