1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.UserLog;
 
public interface UserLogMapper extends CustomMapper<UserLog> {
}