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