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