package com.whyc.mapper; import com.whyc.pojo.UserLog; import java.util.List; public interface UserLogMapper extends CustomMapper { List getList(UserLog userLog); }