whycxzp
2025-03-14 2e8866ba2c1dbbe8aab3bb40f3788a53bf831d6a
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.Person;
 
public interface PersonMapper extends CustomMapper<Person>{
}