whycxzp
2025-06-09 1240254a4ff3da8d9f3258b0601fb1559ffe015c
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.Person;
 
public interface PersonMapper extends CustomMapper<Person>{
}