package com.artfess.uc.dao; import org.apache.ibatis.annotations.Param; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.artfess.uc.model.LoginLog; /** * *
* 描述:用户登录日志表 DAO接口 * 构建组:x7 * 作者:zhangxw * 邮箱:zhangxw@jee-soft.cn * 日期:2020-06-19 18:42:21 * 版权:广州宏天软件股份有限公司 **/ public interface LoginLogDao extends BaseMapper