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