whycxzp
2021-03-25 fc9ade96f2e622279433fc3b74c2916b624c7d74
1
2
3
4
5
6
7
package com.whyc.mapper;
 
import com.whyc.pojo.User;
 
public interface UserMapper extends CustomMapper<User> {
 
}