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