whyclxw
2024-06-27 020524781a5f1a90cdf0a90484775b8179a60364
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.Person;
 
public interface PersonMapper extends CustomMapper<Person>{
}