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